Skip to content

Commit 00aa19e

Browse files
update package.json and changelog for v2.0.1
1 parent 68fc7bc commit 00aa19e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## react-coroutine v2.0.1
2+
3+
* Prevent rejected promises swallowing in sync generators
4+
* Remove `shallowequal` dependency, decreasing the lib size
5+
* Use `babel-preset-env` instead of `babel-preset-es2015` for building the lib
6+
17
## react-coroutine v2.0.0
28

39
* Remove `context` argument from coroutine signature (recommended to switch to the new Context API)

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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "React Components as Coroutines",
55
"author": "Alexey Raspopov",
66
"license": "MIT",

0 commit comments

Comments
 (0)