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 8aa971a commit 409b054Copy full SHA for 409b054
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [0.4.0](https://github.com/beizhedenglong/react-hooks-lib/compare/v0.3.0...v0.4.0) (2021-01-09)
2
+
3
4
+### Features
5
6
+* add useNestedState hook ([1b2c097](https://github.com/beizhedenglong/react-hooks-lib/commit/1b2c097a2964e2bcc59d5df810a77f93bae7360d))
7
8
# [0.3.0](https://github.com/beizhedenglong/react-hooks-lib/compare/v0.2.0...v0.3.0) (2020-09-13)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "react-hooks-lib",
- "version": "0.3.0",
+ "version": "0.4.0",
"main": "dist/react-hooks-lib.js",
"umd:main": "dist/react-hooks-lib.umd.js",
"module": "dist/react-hooks-lib.m.js",
0 commit comments