diff options
-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 d17c44c..d812623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## [v0.4.6](https://github.com/buildo/react-autosize-textarea/tree/v0.4.6) (2017-06-27) +[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.5...v0.4.6) + +#### Fixes (bugs & defects): + +- `this.dispatchEvent(UPDATE)` called too often [#54](https://github.com/buildo/react-autosize-textarea/issues/54) + ## [v0.4.5](https://github.com/buildo/react-autosize-textarea/tree/v0.4.5) (2017-06-19) [Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.4...v0.4.5) diff --git a/package.json b/package.json index 5d84468..521c625 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-autosize-textarea", - "version": "0.4.5", + "version": "0.4.6", "description": "replacement for built-in textarea which auto resizes itself", "main": "index.js", "scripts": { |