Skip to content

Commit 3eb289c

Browse files
update package.json and changelog for v2.0.2
1 parent 0d6d68f commit 3eb289c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## react-coroutine v2.0.2
2+
3+
* Prevent usage of deprecated React lifecycle methods
4+
* Switch to `PureComponent` for small optimizations
5+
* Minor internal changes to improve iterators cancellation
6+
* Fix exceptions throw in coroutines based on sync generators
7+
* Update peer dependency range to support React versions higher than `16.2.0`
8+
19
## react-coroutine v2.0.1
210

311
* Prevent rejected promises swallowing in sync generators

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

0 commit comments

Comments
 (0)