From ed898f6ef8303b37fca580c15994bf5861dcc5c1 Mon Sep 17 00:00:00 2001 From: Boryslav Larin Date: Mon, 14 May 2018 12:22:45 +0300 Subject: [PATCH] Changelog, version bump --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed5a1e4..37c26e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.0.5 +* Fixed force updating of `TanokInReact` on state change + ## 2.0.4 * Fixed compatability in v1/v2 `tanok` versions in `TanokInReact` component diff --git a/package.json b/package.json index 43ae41a..fecb966 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tanok", - "version": "2.0.4", + "version": "2.0.5", "description": "Lightweight pattern for React+Rx.js front-end applications. Written under heavy impression of Elm Architecture", "main": "lib/tanok.js", "scripts": {