Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCioria committed Apr 10, 2017
1 parent 06131b4 commit 2cb12ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## [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)

#### Fixes (bugs & defects):

- Address react 15.5 deprecations regarding PropTypes usage and test-utils [#35](https://github.com/buildo/react-autosize-textarea/issues/35)

## [v0.4.0](https://github.com/buildo/react-autosize-textarea/tree/v0.4.0) (2017-03-30)
[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.3.6...v0.4.0)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-autosize-textarea",
"version": "0.4.0",
"version": "0.4.1",
"description": "replacement for built-in textarea which auto resizes itself",
"main": "lib",
"scripts": {
Expand Down

0 comments on commit 2cb12ae

Please sign in to comment.