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 2553de1 commit 7c9abe7Copy full SHA for 7c9abe7
CHANGELOG.md
@@ -0,0 +1,6 @@
1
+# [0.1.0](https://github.com/beizhedenglong/react-hooks-lib/compare/v0.0.20...v0.1.0) (2019-10-21)
2
+
3
4
+### Features
5
6
+* **hooks:** add useDeepEqualEffect and useShallowEqualEffect ([d85f860](https://github.com/beizhedenglong/react-hooks-lib/commit/d85f86001a83414b9d6e4619023ff3ce8f381b6f))
package.json
@@ -1,6 +1,6 @@
{
"name": "react-hooks-lib",
- "version": "0.0.0-development",
+ "version": "0.1.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