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 2cd3a19 commit ed17819Copy full SHA for ed17819
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## [v1.4.1](https://github.com/jakezatecky/react-checkbox-tree/compare/v1.4.0...v1.4.1) (2018-09-21)
4
+
5
+### Bug Fixes
6
7
+* [#113]: Add missing `expandOpen` property from TypeScript declaration (...again)
8
9
## [v1.4.0](https://github.com/jakezatecky/react-checkbox-tree/compare/v1.3.1...v1.4.0) (2018-09-21)
10
11
### New Features
package.json
@@ -1,6 +1,6 @@
{
"name": "react-checkbox-tree",
- "version": "1.4.0",
+ "version": "1.4.1",
"description": "A simple and elegant checkbox tree for React.",
"author": "Jake Zatecky",
"license": "MIT",
0 commit comments