Skip to content

Commit f2035db

Browse files
0.9.1
1 parent 071b3a2 commit f2035db

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Diff for: 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.9.1](https://github.com/DigitalBrainJS/use-async-effect/compare/v0.9.0...v0.9.1)
8+
9+
- Fixed queueSize bug; [`071b3a2`](https://github.com/DigitalBrainJS/use-async-effect/commit/071b3a295244465292a08caa1df7bec140fa960e)
10+
711
#### [v0.9.0](https://github.com/DigitalBrainJS/use-async-effect/compare/v0.8.0...v0.9.0)
812

13+
> 9 May 2021
14+
915
- Improved `useAsyncCallback` queue logic; [`aa6e76b`](https://github.com/DigitalBrainJS/use-async-effect/commit/aa6e76bd8e5a83b05ee65c7d1b2f7c0dcb03390f)
1016

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

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