Skip to content

Commit 87251af

Browse files
0.12.1
1 parent 18cd920 commit 87251af

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v0.12.1](https://github.com/DigitalBrainJS/use-async-effect/compare/v0.12.0...v0.12.1)
8+
9+
- Fixed typings; [`18cd920`](https://github.com/DigitalBrainJS/use-async-effect/commit/18cd920ea4604b2f6c0b193e30afbefe24bfaae6)
10+
- Fixed examples; [`81f20f3`](https://github.com/DigitalBrainJS/use-async-effect/commit/81f20f3afb86ff0fb6809b8f0516c41c46707ece)
11+
712
#### [v0.12.0](https://github.com/DigitalBrainJS/use-async-effect/compare/v0.11.5...v0.12.0)
813

14+
> 19 September 2021
15+
916
- Refactored `useDeepState` hook; [`eb83466`](https://github.com/DigitalBrainJS/use-async-effect/commit/eb834667e8a7c893f7ef073e61f6233784c1e4e5)
1017

1118
#### [v0.11.5](https://github.com/DigitalBrainJS/use-async-effect/compare/v0.11.4...v0.11.5)

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-async-effect2",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Asynchronous versions of the `useEffect` and` useCallback` hooks that able to cancel internal code by user requests or component unmounting",
55
"main": "lib/use-async-effect.js",
66
"scripts": {

0 commit comments

Comments
 (0)