We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f79942 commit 5f5c403Copy full SHA for 5f5c403
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## [v0.6.1](https://github.com/jakezatecky/react-checkbox-tree/compare/v0.6.0...v0.6.1) (2017-05-09)
4
+
5
+### Other
6
7
+* [#33]: Add a `prepublish` command to ensure that the `./lib` folder is built before package is published to npm
8
9
## [v0.6.0](https://github.com/jakezatecky/react-checkbox-tree/compare/v0.5.2...v0.6.0) (2017-05-06)
10
11
### New Features
package.json
@@ -1,6 +1,6 @@
{
"name": "react-checkbox-tree",
- "version": "0.6.0",
+ "version": "0.6.1",
"description": "A simple and elegant checkbox tree for React.",
"author": "Jake Zatecky",
"license": "MIT",
0 commit comments