Skip to content

Commit 7c9abe7

Browse files
chore(release): 0.1.0 [skip ci]
# [0.1.0](v0.0.20...v0.1.0) (2019-10-21) ### Features * **hooks:** add useDeepEqualEffect and useShallowEqualEffect ([d85f860](d85f860))
1 parent 2553de1 commit 7c9abe7

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
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hooks-lib",
3-
"version": "0.0.0-development",
3+
"version": "0.1.0",
44
"main": "dist/react-hooks-lib.js",
55
"umd:main": "dist/react-hooks-lib.umd.js",
66
"module": "dist/react-hooks-lib.m.js",

0 commit comments

Comments
 (0)