Skip to content

Commit

Permalink
v2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart committed Feb 28, 2019
1 parent 9a81547 commit cd579c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v2.1.6
* FIX (item): fix exception where item not properly null checked [View](https://github.com/sanusart/react-dropdown-select/commit/9a8154720ea1989cf53616c1a6d3008a344eeee8)

### v2.1.5
* FIX (arrow navigation): fix arrow navigation closes #4 [View](https://github.com/sanusart/react-dropdown-select/commit/ae427b704438212be4a4a8bc8bacd5061f9daa12)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dropdown-select",
"version": "2.1.5",
"version": "2.1.6",
"description": "Customizable dropdown select for react",
"main": "dist/react-dropdown-select.js",
"module": "lib/index.js",
Expand Down

0 comments on commit cd579c5

Please sign in to comment.