diff --git a/CHANGELOG.md b/CHANGELOG.md index e79def0..b7f58f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 9ea8fdd..bf124b6 100644 --- a/package.json +++ b/package.json @@ -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": {