We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb287f5 commit b5d9f91Copy full SHA for b5d9f91
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## [v1.3.1](https://github.com/jakezatecky/react-checkbox-tree/compare/v1.3.0...v1.3.1) (2018-09-06)
4
+
5
+### Bug Fixes
6
7
+* [#109]: Fix erroneous PropTypes check for `lang` property
8
9
## [v1.3.0](https://github.com/jakezatecky/react-checkbox-tree/compare/v1.2.4...v1.3.0) (2018-09-05)
10
11
### New Features
package.json
@@ -1,6 +1,6 @@
{
"name": "react-checkbox-tree",
- "version": "1.3.0",
+ "version": "1.3.1",
"description": "A simple and elegant checkbox tree for React.",
"author": "Jake Zatecky",
"license": "MIT",
0 commit comments