Skip to content

Commit

Permalink
Changelog + bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brabadu committed May 8, 2018
1 parent dd7b560 commit a32ca4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.0.3
* Reexport `StreamWrapper` from entry point (mostly for creating mocks for propType checker in tests)

## 2.0.2
* Made `tanok` v2 tanok compatible with v1 model and dispatcher

## 2.0.0
* *BREAKING* Changed signatures for middlwares, so now they may receive `streamWrapper` #28
* *BREAKING* Changed signature for `makeStreamState`, passing only `streamWrapper` instead of `eventStream` #30
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tanok",
"version": "2.0.2",
"version": "2.0.3",
"description": "Lightweight pattern for React+Rx.js front-end applications. Written under heavy impression of Elm Architecture",
"main": "lib/tanok.js",
"scripts": {
Expand Down

0 comments on commit a32ca4a

Please sign in to comment.