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

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCioria committed Dec 7, 2017
1 parent 66e292c commit 78aa36a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Change Log

## [Unreleased](https://github.com/buildo/react-autosize-textarea/tree/HEAD)
[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v1.0.1...HEAD)


## [v2.0.0](https://github.com/buildo/react-autosize-textarea/tree/v2.0.0) (2017-12-07)
[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v1.0.1...v2.0.0)

#### Fixes (bugs & defects):

- TS Types can't be found by VSCode/tsc [#82](https://github.com/buildo/react-autosize-textarea/issues/82)
- TextareaAutosize.Props type annotations are not working in VSCode [#80](https://github.com/buildo/react-autosize-textarea/issues/80)

#### Breaking:

- upgrade autosize to v4 [#72](https://github.com/buildo/react-autosize-textarea/issues/72)

## [v1.0.1](https://github.com/buildo/react-autosize-textarea/tree/v1.0.1) (2017-12-04)
[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v1.0.0...v1.0.1)

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": "1.0.2",
"version": "2.0.0",
"description": "replacement for built-in textarea which auto resizes itself",
"main": "lib",
"typings": "lib",
Expand Down

0 comments on commit 78aa36a

Please sign in to comment.