diff --git a/CHANGELOG.md b/CHANGELOG.md index b7f58f3..ed5a1e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.0.4 +* Fixed compatability in v1/v2 `tanok` versions in `TanokInReact` component + ## 2.0.3 * Reexport `StreamWrapper` from entry point (mostly for creating mocks for propType checker in tests) diff --git a/package.json b/package.json index bf124b6..43ae41a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tanok", - "version": "2.0.3", + "version": "2.0.4", "description": "Lightweight pattern for React+Rx.js front-end applications. Written under heavy impression of Elm Architecture", "main": "lib/tanok.js", "scripts": {