Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-dymov committed Feb 26, 2018
1 parent bd3dc30 commit d09c7f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
### 25th February 2018 - 1.0.8
- Correctly matching uppercase strings
- `minChats` options added to control the minimum amount of inputed characters before showing autocomplete option list

### 21st February 2018 - 1.0.7
- Component now can be also a function

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-autocomplete-input",
"version": "1.0.7",
"version": "1.0.8",
"description": "Autocomplete input field for React",
"main": "dist/bundle.js",
"scripts": {
Expand Down

0 comments on commit d09c7f0

Please sign in to comment.