Skip to content

Commit f90a228

Browse files
committed
Release v0.5.0
1 parent 2105700 commit f90a228

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
# 0.5.0 / 2017-05-31
2+
13
**Breaking:** Now requires React >= 0.14.9.
24

3-
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 )]
5+
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)]
46

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-filtered-multiselect",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "Filtered multi-select React component",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)