Skip to content

Commit 1db3f5d

Browse files
committed
Bump version
1 parent 2e2d285 commit 1db3f5d

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## [v0.5.0] (2016-01-10)
4+
5+
### New Features
6+
7+
* [#12]: Bootstrap is no longer required for the component to display properly
8+
* [#13]: Component styles are a bit more flexible by default
9+
310
## [v0.4.0] (2016-12-31)
411

512
### Bug Fixes
@@ -17,5 +24,6 @@
1724

1825
* [#7]: Fix an issue where clicking on the icon of a button would not trigger events properly in some browsers
1926

27+
[v0.5.0]: https://github.com/jakezatecky/react-dual-listbox/compare/v0.4.0...v0.5.0
2028
[v0.4.0]: https://github.com/jakezatecky/react-dual-listbox/compare/v0.3.4...v0.4.0
2129
[v0.3.4]: https://github.com/jakezatecky/react-dual-listbox/compare/v0.3.3...v0.3.4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dual-listbox",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "React component for dual listboxes",
55
"author": "Jake Zatecky",
66
"license": "MIT",

0 commit comments

Comments
 (0)