diff --git a/.all-contributorsrc b/.all-contributorsrc index 042e9df0..9818f8d6 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -320,9 +320,12 @@ "avatar_url": "https://avatars3.githubusercontent.com/u/2117655?v=4", "profile": "https://sunknudsen.com", "contributions": [ + "code", "bug", "ideas", - "example" + "example", + "review", + "test" ] }, { @@ -331,9 +334,13 @@ "avatar_url": "https://avatars3.githubusercontent.com/u/10801221?v=4", "profile": "http://dougg0k.js.org", "contributions": [ + "code", + "doc", "bug", "ideas", - "example" + "example", + "review", + "test" ] }, { diff --git a/AUTHORS b/AUTHORS index 942b507f..0d987e1f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -8,3 +8,5 @@ Ludwig Frank (https://github.com/ludwigfrank) Rahul Gaba (http://rahulgaba.com) Spencer Davis (https://github.com/spencerfdavis) dnlnvl (https://github.com/dnlnvl) +Douglas Galdino (https://dougg0k.js.org) +Sun Knudsen (https://sunknudsen.com) diff --git a/CHANGELOG.md b/CHANGELOG.md index 867535b1..bbc3cf3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [4.2.0] - 2020-03-07 + +### Added +* support for typescript (https://github.com/rpearce/react-medium-image-zoom/issues/219 and https://github.com/rpearce/react-medium-image-zoom/issues/220; thanks to @dougg0k and @sunknudsen) + ## [4.1.0] - 2020-03-05 ### Added diff --git a/README.md b/README.md index c73e4cce..5924e0b5 100644 --- a/README.md +++ b/README.md @@ -275,8 +275,8 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
hhh

🐛
@davalapar

🐛 -
Sun Knudsen

🐛 🤔 💡 -
Douglas Galdino

🐛 🤔 💡 +
Sun Knudsen

💻 🐛 🤔 💡 👀 ⚠️ +
Douglas Galdino

💻 📖 🐛 🤔 💡 👀 ⚠️
Mohammed Faragallah

🐛 🤔 💡 diff --git a/package.json b/package.json index b84f8476..0bde8e16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-medium-image-zoom", - "version": "4.1.0", + "version": "4.2.0", "description": "Accessible medium.com-style image zoom for React", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",