Skip to content

Commit

Permalink
Bump version + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
brabadu committed May 10, 2018
1 parent f26ef0b commit 8a69deb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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.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": {
Expand Down

0 comments on commit 8a69deb

Please sign in to comment.