Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcch committed Jan 30, 2021
1 parent 532718b commit 6c5542d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.4.2](https://github.com/react-cmpt/hooks/compare/v0.4.1...v0.4.2) (2021-01-30)


### Refactor

* equal: lodash.isequal -> [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) ([cd18b32](https://github.com/react-cmpt/hooks/commit/cd18b32017c320964b6157756abef805689c0d22))



## [0.4.1](https://github.com/react-cmpt/hooks/compare/v0.4.0...v0.4.1) (2021-01-20)


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": "@react-cmpt/hooks",
"version": "0.4.1",
"version": "0.4.2",
"description": "Some react hooks",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 6c5542d

Please sign in to comment.