Skip to content

Commit a3c8ed7

Browse files
0.7.0
1 parent 1b7a703 commit a3c8ed7

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.7.0](https://github.com/DigitalBrainJS/use-async-effect/compare/v0.6.0...v0.7.0)
8+
9+
- Added internal states support; [`1b7a703`](https://github.com/DigitalBrainJS/use-async-effect/commit/1b7a703f2516dc82b13d872b3169cf2e795efbcb)
10+
711
#### [v0.6.0](https://github.com/DigitalBrainJS/use-async-effect/compare/v0.5.0...v0.6.0)
812

13+
> 27 April 2021
14+
915
- Updated c-promise2 to v0.12.1; [`9a1863e`](https://github.com/DigitalBrainJS/use-async-effect/commit/9a1863e97cf6f5ad86c5f4c6d713d01f92d0a187)
1016

1117
#### [v0.5.0](https://github.com/DigitalBrainJS/use-async-effect/compare/v0.4.0...v0.5.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.6.0",
3+
"version": "0.7.0",
44
"description": "Async effect React hook with cancellation and other powers of CPromise",
55
"main": "lib/use-async-effect.js",
66
"scripts": {

0 commit comments

Comments
 (0)