summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Cioria <firefelix@gmail.com>2017-06-05 18:56:19 +0200
committerFrancesco Cioria <firefelix@gmail.com>2017-06-05 18:56:19 +0200
commit435e77adf66c46b305f846ba84c5f96948b94896 (patch)
tree4aa527723e7a86b686a2549499f8fd246d30d781
parent629a1ea2bc6740f6964781b601c95e46b1717a99 (diff)
downloadreact-autosize-textarea-435e77adf66c46b305f846ba84c5f96948b94896.zip
react-autosize-textarea-435e77adf66c46b305f846ba84c5f96948b94896.tar.gz
react-autosize-textarea-435e77adf66c46b305f846ba84c5f96948b94896.tar.bz2
0.4.4v0.4.4
-rw-r--r--CHANGELOG.md11
-rw-r--r--package.json2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f8d484c..35fc866 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,17 @@
+## [v0.4.4](https://github.com/buildo/react-autosize-textarea/tree/v0.4.4) (2017-06-05)
+[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.3...v0.4.4)
+
+#### Fixes (bugs & defects):
+
+- linked module fails to load in webpack [#48](https://github.com/buildo/react-autosize-textarea/issues/48)
+
+#### New features:
+
+- typescript support [#46](https://github.com/buildo/react-autosize-textarea/issues/46)
+
## [v0.4.3](https://github.com/buildo/react-autosize-textarea/tree/v0.4.3) (2017-04-21)
[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.2...v0.4.3)
diff --git a/package.json b/package.json
index ec81a3b..1a59106 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "react-autosize-textarea",
- "version": "0.4.3",
+ "version": "0.4.4",
"description": "replacement for built-in textarea which auto resizes itself",
"main": "index.js",
"scripts": {