Skip to content

Commit e87d746

Browse files
0.11.1
1 parent 2fde232 commit e87d746

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ 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.11.1](https://github.com/DigitalBrainJS/use-async-effect/compare/v0.11.0...v0.11.1)
8+
9+
- Fixed bug with affected initial state object of the `useAsyncDeepState` hook; [`2fde232`](https://github.com/DigitalBrainJS/use-async-effect/commit/2fde2327da6cd7935b2b50fd6b0073fa13fc5bdf)
10+
711
#### [v0.11.0](https://github.com/DigitalBrainJS/use-async-effect/compare/v0.10.0...v0.11.0)
812

13+
> 22 May 2021
14+
915
- Refactored `useAsyncState` to `useAsyncDeepState`; [`11eb17f`](https://github.com/DigitalBrainJS/use-async-effect/commit/11eb17f8d5b005e4d700c925f9afffbd09eab0a8)
1016

1117
#### [v0.10.0](https://github.com/DigitalBrainJS/use-async-effect/compare/v0.9.4...v0.10.0)

package-lock.json

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

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