Skip to content

Commit ff2b96f

Browse files
update patch version
1 parent a2816d3 commit ff2b96f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## react-coroutine v0.3.1
2+
3+
* Cancel async iterator when a component was unmounted or received new props
4+
15
## react-coroutine v0.3.0
26

37
* Removed `invariant` dependency

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-coroutine",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "React Components as Coroutines",
55
"main": "lib/Coroutine.js",
66
"scripts": {

0 commit comments

Comments
 (0)