diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c865fc..1bae29a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.3.0 +* Added shutdown behavior to `streamWrapper` that allows graceful shutdown of app #26 + ## 1.2.3 * Fixed corrupting initial state type in TanokInReact diff --git a/package.json b/package.json index e94cb7e..dbcad6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tanok", - "version": "1.2.3", + "version": "1.3.0", "description": "Lightweight pattern for React+Rx.js front-end applications. Written under heavy impression of Elm Architecture", "main": "lib/tanok.js", "scripts": { @@ -57,7 +57,6 @@ "jsdom": "^11.2.0", "mocha": "^2.5.3", "nyc": "^11.2.1", - "prop-types": "^15.5.10", "react": "^15.5.4", "react-dom": "^15.5.4", "react-test-renderer": "^15.5.4",