Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-dymov committed Apr 9, 2020
1 parent 590a8c1 commit a60532b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 9th April 2020 - 1.0.13
- Deps update
- Replaced componentWillRecieveProps and findDOMNode with modern APIs https://github.com/yury-dymov/react-autocomplete-input/pull/41
- Added autocomplete on tab - https://github.com/yury-dymov/react-autocomplete-input/pull/42

### 17th June 2019 - 1.0.11
- Updated vulnerable deps

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-autocomplete-input",
"version": "1.0.11",
"version": "1.0.13",
"description": "Autocomplete input field for React",
"main": "dist/bundle.js",
"scripts": {
Expand Down

0 comments on commit a60532b

Please sign in to comment.