From 1ff5214d11f3a2d7ef044526ca57821781b7e06b Mon Sep 17 00:00:00 2001 From: wangcch Date: Tue, 14 Sep 2021 14:17:17 +0800 Subject: [PATCH] v0.6.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e6ebd8..6cd4115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [0.6.0](https://github.com/react-cmpt/hooks/compare/v0.5.0...v0.6.0) (2021-09-14) + + +### Bug Fixes + +* **useInterval:** Update unmount cycle. And remove default delay value ([851f5c9](https://github.com/react-cmpt/hooks/commit/851f5c929d346ecd5ba36d9de93a6c605536b4e1)) +* **useLoadImg:** empty options ([5c8c939](https://github.com/react-cmpt/hooks/commit/5c8c9394dc9f8695b9b4b4160e98ff20905ed7bd)) + + +### Features + +* **useUpdate:** new hook. Re-render components ([b5a9c7f](https://github.com/react-cmpt/hooks/commit/b5a9c7f453979c86235ea38189d38d77017285ff)) +* **useAsyncClick:** Callbacks do not return errors ([ec0015e](https://github.com/react-cmpt/hooks/commit/ec0015e32cd7f2e663dc2982cdf1383e5d1e0574), [c7b1585](https://github.com/react-cmpt/hooks/commit/c7b1585f6a606c97a850eb1b5949e24862327cf2)) + + + # [0.5.0](https://github.com/react-cmpt/hooks/compare/v0.4.2...v0.5.0) (2021-04-13) diff --git a/package.json b/package.json index cd625c4..47804c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-cmpt/hooks", - "version": "0.5.0", + "version": "0.6.0", "description": "Some react hooks", "main": "lib/index.js", "types": "lib/index.d.ts",