Skip to content

Commit e5484c7

Browse files
committed
v0.7.1
1 parent 21fa41b commit e5484c7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [0.7.1](https://github.com/react-cmpt/hooks/compare/v0.7.0...v0.7.1) (2021-11-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **useDebounced:** pkg read error ([ce75abf](https://github.com/react-cmpt/hooks/commit/ce75abf9715a49cb2e3467eea9ab689b3bbcf333))
7+
* **useLoadImg:** done state to queue ([e5ee548](https://github.com/react-cmpt/hooks/commit/e5ee548fc87388cca95e4c4a965a2d6f7669a063))
8+
9+
10+
### Features
11+
12+
* **useDeepCompareCache:** use fast-deep-equal/react ([85fb74e](https://github.com/react-cmpt/hooks/commit/85fb74ef7535bac99b0d8213e9d06a5960e6a0d6))
13+
14+
15+
116
# [0.7.0](https://github.com/react-cmpt/hooks/compare/v0.6.2...v0.7.0) (2021-11-03)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-cmpt/hooks",
3-
"version": "0.7.1-alpha.0",
3+
"version": "0.7.1",
44
"description": "Some react hooks",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)