Skip to content

Commit 3815601

Browse files
committed
v0.4.1
1 parent afbc648 commit 3815601

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## 0.4.0 - 2015-10-28
26

37
**Breaking:** Now requires React 0.14.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-filtered-multiselect",
33
"description": "Filtered multi-select React component",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"main": "lib/index.js",
66
"jsnext:main": "src/index.js",
77
"homepage": "https://github.com/insin/react-filtered-multiselect",

0 commit comments

Comments
 (0)