Skip to content

Commit ed17819

Browse files
committed
Release v1.4.1
1 parent 2cd3a19 commit ed17819

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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+
39
## [v1.4.0](https://github.com/jakezatecky/react-checkbox-tree/compare/v1.3.1...v1.4.0) (2018-09-21)
410

511
### New Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-checkbox-tree",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "A simple and elegant checkbox tree for React.",
55
"author": "Jake Zatecky",
66
"license": "MIT",

0 commit comments

Comments
 (0)