diff options
author | Francesco Cioria <firefelix@gmail.com> | 2017-04-10 14:38:25 +0200 |
---|---|---|
committer | Francesco Cioria <firefelix@gmail.com> | 2017-04-10 14:38:25 +0200 |
commit | 2cb12aec9d7215837c475a0e4438c42d2b12e1d3 (patch) | |
tree | 7be8a98377110a4087a7085521295a7334c703bd | |
parent | 06131b44d7d74c46a6dd8b8491723575b6810abf (diff) | |
download | react-autosize-textarea-0.4.1.zip react-autosize-textarea-0.4.1.tar.gz react-autosize-textarea-0.4.1.tar.bz2 |
0.4.1v0.4.1
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fbd7cb..75cfa67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## [v0.4.1](https://github.com/buildo/react-autosize-textarea/tree/v0.4.1) (2017-04-10) +[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.0...v0.4.1) + +#### Fixes (bugs & defects): + +- Address react 15.5 deprecations regarding PropTypes usage and test-utils [#35](https://github.com/buildo/react-autosize-textarea/issues/35) + ## [v0.4.0](https://github.com/buildo/react-autosize-textarea/tree/v0.4.0) (2017-03-30) [Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.3.6...v0.4.0) diff --git a/package.json b/package.json index 9bd7a73..ab8546f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-autosize-textarea", - "version": "0.4.0", + "version": "0.4.1", "description": "replacement for built-in textarea which auto resizes itself", "main": "lib", "scripts": { |