diff --git a/bower.json b/bower.json index eaad968..6896117 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "autosize", "description": "Autosize is a small, stand-alone script to automatically adjust textarea height to fit text.", - "version": "3.0.4", + "version": "3.0.5", "dependencies": {}, "keywords": [ "textarea", diff --git a/changelog.md b/changelog.md index 9ba2e50..3ee8aa8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ ## Changelog +##### v.3.0.5 - 2015-05-18 +* Do nothing in Node.js environment. + ##### v.3.0.4 - 2015-05-05 * Added options object for indicating if the script should set the overflowX and overflowY. The default behavior lets the script control the overflows, which will normalize the appearance between browsers. Fixes #220. diff --git a/package.json b/package.json index 96e5ed4..155ff27 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "autosize", "description": "Autosize is a small, stand-alone script to automatically adjust textarea height to fit text.", - "version": "3.0.4", + "version": "3.0.5", "keywords": [ "textarea", "form",