Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Jun 8, 2021
1 parent 2413a9a commit c5f1a97
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v1.1.0 (2021.6.8)
- added reducers by prop:
- checkNodeByProp
- toggleOpenByProp
- renameNodeByProp
- deleteNodeByProp
- addNodeByProp

- setup travis pipelien for codecov testing
- added many badges 🤩
# v1.0.4 (2021.6.5)
README update

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-tree-state",
"version": "1.0.4",
"version": "1.1.0",
"description": "A super-light and customizable React hook to manage tree state like never before",
"main": "dist/use-tree-state.bundle.js",
"files": [
Expand Down

0 comments on commit c5f1a97

Please sign in to comment.