We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbc648 commit 3815601Copy full SHA for 3815601
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.4.1- 2015-11-08
2
+
3
+Removed `dist/` directory from GitHub in favour of [npmcdn](https://npmcdn.com/).
4
5
## 0.4.0 - 2015-10-28
6
7
**Breaking:** Now requires React 0.14.
package.json
@@ -1,7 +1,7 @@
{
"name": "react-filtered-multiselect",
"description": "Filtered multi-select React component",
- "version": "0.4.0",
+ "version": "0.4.1",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"homepage": "https://github.com/insin/react-filtered-multiselect",
0 commit comments