Skip to content

Commit 1ff5214

Browse files
committed
v0.6.0
1 parent c7b1585 commit 1ff5214

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [0.6.0](https://github.com/react-cmpt/hooks/compare/v0.5.0...v0.6.0) (2021-09-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **useInterval:** Update unmount cycle. And remove default delay value ([851f5c9](https://github.com/react-cmpt/hooks/commit/851f5c929d346ecd5ba36d9de93a6c605536b4e1))
7+
* **useLoadImg:** empty options ([5c8c939](https://github.com/react-cmpt/hooks/commit/5c8c9394dc9f8695b9b4b4160e98ff20905ed7bd))
8+
9+
10+
### Features
11+
12+
* **useUpdate:** new hook. Re-render components ([b5a9c7f](https://github.com/react-cmpt/hooks/commit/b5a9c7f453979c86235ea38189d38d77017285ff))
13+
* **useAsyncClick:** Callbacks do not return errors ([ec0015e](https://github.com/react-cmpt/hooks/commit/ec0015e32cd7f2e663dc2982cdf1383e5d1e0574), [c7b1585](https://github.com/react-cmpt/hooks/commit/c7b1585f6a606c97a850eb1b5949e24862327cf2))
14+
15+
16+
117
# [0.5.0](https://github.com/react-cmpt/hooks/compare/v0.4.2...v0.5.0) (2021-04-13)
218

319

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.5.0",
3+
"version": "0.6.0",
44
"description": "Some react hooks",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)