Skip to content

Commit 11db863

Browse files
0.8.0
1 parent a69597a commit 11db863

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.8.0](https://github.com/DigitalBrainJS/use-async-effect/compare/v0.7.1...v0.8.0)
8+
9+
- Updated dependencies; [`a69597a`](https://github.com/DigitalBrainJS/use-async-effect/commit/a69597ad047d69bb09803bc7f48d78b4d170efd8)
10+
711
#### [v0.7.1](https://github.com/DigitalBrainJS/use-async-effect/compare/v0.7.0...v0.7.1)
812

13+
> 5 May 2021
14+
915
- Updated dependencies; [`a7ec761`](https://github.com/DigitalBrainJS/use-async-effect/commit/a7ec7612833003c60c6bc4786de81cf5c827d4fa)
1016

1117
#### [v0.7.0](https://github.com/DigitalBrainJS/use-async-effect/compare/v0.6.0...v0.7.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.7.1",
3+
"version": "0.8.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)