Skip to content

Commit

Permalink
Changelog upd, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
brabadu committed Oct 3, 2017
1 parent 434036e commit 89bca82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 89bca82

Please sign in to comment.