summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Cioria <firefelix@gmail.com>2017-07-03 16:28:19 +0200
committerFrancesco Cioria <firefelix@gmail.com>2017-07-03 16:28:19 +0200
commit4d1af77da6868a74636a9495348f1694bd996292 (patch)
treeb8b3e495c5cd95ec748172deac7f4dbd94551075
parent44989aa70eb79bc1f63587cce584ff83228be1be (diff)
downloadreact-autosize-textarea-0.4.7.zip
react-autosize-textarea-0.4.7.tar.gz
react-autosize-textarea-0.4.7.tar.bz2
0.4.7v0.4.7
-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 d812623..e413d0f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
+## [v0.4.7](https://github.com/buildo/react-autosize-textarea/tree/v0.4.7) (2017-07-03)
+[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.6...v0.4.7)
+
+#### Fixes (bugs & defects):
+
+- JSX element type 'TextareaAutosize' is not a constructor function for JSX elements. [#56](https://github.com/buildo/react-autosize-textarea/issues/56)
+
## [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)
diff --git a/package.json b/package.json
index bd4461b..808cd1f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "react-autosize-textarea",
- "version": "0.4.6",
+ "version": "0.4.7",
"description": "replacement for built-in textarea which auto resizes itself",
"main": "lib",
"scripts": {