summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Cioria <firefelix@gmail.com>2017-06-27 20:43:52 +0200
committerFrancesco Cioria <firefelix@gmail.com>2017-06-27 20:43:52 +0200
commit136f1671a4164dd5faa03661e8931c0a7d7b5c04 (patch)
treefe16b00e1300452dfc175c025ba5b47a56c63223
parenta511f7b90a1d8ed4d6ae5390c603210409e3fe08 (diff)
downloadreact-autosize-textarea-136f1671a4164dd5faa03661e8931c0a7d7b5c04.zip
react-autosize-textarea-136f1671a4164dd5faa03661e8931c0a7d7b5c04.tar.gz
react-autosize-textarea-136f1671a4164dd5faa03661e8931c0a7d7b5c04.tar.bz2
0.4.6v0.4.6
-rw-r--r--CHANGELOG.md7
-rw-r--r--package.json2
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": {