summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Cioria <firefelix@gmail.com>2017-04-10 16:54:06 +0200
committerFrancesco Cioria <firefelix@gmail.com>2017-04-10 16:54:06 +0200
commitaf6ef90615af0e6e44f0b04b25e52cdb5ac43d66 (patch)
tree00fcc399c21b192b79019f265b20f6ebe132f08c
parentb7f0ec36743d8883e5c1ca66f14946a58f03f477 (diff)
downloadreact-autosize-textarea-0.4.2.zip
react-autosize-textarea-0.4.2.tar.gz
react-autosize-textarea-0.4.2.tar.bz2
0.4.2v0.4.2
-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 75cfa67..c8535e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
+## [v0.4.2](https://github.com/buildo/react-autosize-textarea/tree/v0.4.2) (2017-04-10)
+[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.1...v0.4.2)
+
+#### Fixes (bugs & defects):
+
+- Last release broke support for React < 15.5 [#36](https://github.com/buildo/react-autosize-textarea/issues/36)
+
## [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)
diff --git a/package.json b/package.json
index 21a8b46..511d96c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "react-autosize-textarea",
- "version": "0.4.1",
+ "version": "0.4.2",
"description": "replacement for built-in textarea which auto resizes itself",
"main": "lib",
"scripts": {