Skip to content

Commit 36af00e

Browse files
release 1.0.0
1 parent 52df49c commit 36af00e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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 v1.0.0
2+
3+
* Use Rollup to build smaller bundle
4+
* Provide `pkg.module` property for bundling original sources
5+
* Prevent calls of `setState()` for unmounted components
6+
17
## react-coroutine v0.6.1
28

39
* Fix `.npmignore` due to lost modules after previous release

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-coroutine",
3-
"version": "0.6.1",
3+
"version": "1.0.0",
44
"description": "React Components as Coroutines",
55
"main": "lib/Coroutine.js",
66
"module": "modules/Coroutine.js",
77
"scripts": {
88
"test": "jest",
99
"prepublish": "rollup --format cjs --config rollup.config.js modules/Coroutine.js > lib/Coroutine.js"
1010
},
11-
"homepage": "https://alexeyraspopov.github.io/react-coroutine",
11+
"homepage": "https://react-coroutine.js.org/",
1212
"repository": "alexeyraspopov/react-coroutine",
1313
"keywords": [
1414
"async",

0 commit comments

Comments
 (0)