Skip to content

Commit d388605

Browse files
0.10.0
1 parent 45cb882 commit d388605

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.10.0](https://github.com/DigitalBrainJS/use-async-effect/compare/v0.9.4...v0.10.0)
8+
9+
- Added `useAsyncState` and `useAsyncWatcher` hooks; [`861b2a4`](https://github.com/DigitalBrainJS/use-async-effect/commit/861b2a4d11f147049c9055d2b6dcd3001f30a0c5)
10+
- Updated typings; [`45cb882`](https://github.com/DigitalBrainJS/use-async-effect/commit/45cb882a0e53fa568384d31d873a8dd469e4e624)
11+
712
#### [v0.9.4](https://github.com/DigitalBrainJS/use-async-effect/compare/v0.9.3...v0.9.4)
813

14+
> 15 May 2021
15+
916
- Refactored useAsyncEffect hook; [`b62ea48`](https://github.com/DigitalBrainJS/use-async-effect/commit/b62ea48653db2199f742a7ea206940aa82beed0c)
1017

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

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.9.4",
3+
"version": "0.10.0",
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)