Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed May 31, 2017
1 parent 2105700 commit f90a228
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# 0.5.0 / 2017-05-31

**Breaking:** Now requires React >= 0.14.9.

Changed: use `React.Component` and the prop-types module to avoid deprecation warnings [[#11](https://github.com/insin/react-filtered-multiselect/issues/11)] [[jarekwg](https://github.com/jarekwg )]
Changed: use `React.Component` and the prop-types module to avoid deprecation warnings [[#11](https://github.com/insin/react-filtered-multiselect/issues/11)] [[jarekwg](https://github.com/jarekwg)]

Changed: link to [unpkg](https://unpkg.com/) for UMD build distribution.

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-filtered-multiselect",
"version": "0.4.2",
"version": "0.5.0",
"description": "Filtered multi-select React component",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit f90a228

Please sign in to comment.