Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcch committed Nov 12, 2021
1 parent 21fa41b commit e5484c7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.7.1](https://github.com/react-cmpt/hooks/compare/v0.7.0...v0.7.1) (2021-11-12)


### Bug Fixes

* **useDebounced:** pkg read error ([ce75abf](https://github.com/react-cmpt/hooks/commit/ce75abf9715a49cb2e3467eea9ab689b3bbcf333))
* **useLoadImg:** done state to queue ([e5ee548](https://github.com/react-cmpt/hooks/commit/e5ee548fc87388cca95e4c4a965a2d6f7669a063))


### Features

* **useDeepCompareCache:** use fast-deep-equal/react ([85fb74e](https://github.com/react-cmpt/hooks/commit/85fb74ef7535bac99b0d8213e9d06a5960e6a0d6))



# [0.7.0](https://github.com/react-cmpt/hooks/compare/v0.6.2...v0.7.0) (2021-11-03)


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.7.1-alpha.0",
"version": "0.7.1",
"description": "Some react hooks",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit e5484c7

Please sign in to comment.