summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Cioria <firefelix@gmail.com>2017-07-18 17:25:01 +0200
committerFrancesco Cioria <firefelix@gmail.com>2017-07-18 17:25:01 +0200
commit6fef310502f1c49e61ff5a2ff0eef4b707d54157 (patch)
treeab9f875d1d2d580dbe3f2f5f84a79fd122d8f690
parentdb9b9fda4745af0dd880da4f808555989220447b (diff)
downloadreact-autosize-textarea-0.4.8.zip
react-autosize-textarea-0.4.8.tar.gz
react-autosize-textarea-0.4.8.tar.bz2
0.4.8v0.4.8
-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 e413d0f..9ff4590 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
+## [v0.4.8](https://github.com/buildo/react-autosize-textarea/tree/v0.4.8) (2017-07-18)
+[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.7...v0.4.8)
+
+#### Fixes (bugs & defects):
+
+- Typescript: compile time error for native textarea attributes [#59](https://github.com/buildo/react-autosize-textarea/issues/59)
+
## [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)
diff --git a/package.json b/package.json
index 77981a6..3dd0013 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "react-autosize-textarea",
- "version": "0.4.7",
+ "version": "0.4.8",
"description": "replacement for built-in textarea which auto resizes itself",
"main": "lib",
"scripts": {