From 80809c0903bab39972e311898eadd2cc3072bba7 Mon Sep 17 00:00:00 2001 From: "Salau, Jenna (AU - Melbourne)" Date: Tue, 7 Feb 2017 18:14:07 +1100 Subject: [PATCH] Bumped version --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..15cce2d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +## React Habitat Redux Change log + +### [1.0.2] + +- Updated readme with TypeScript notes +- Fixed issues with type script definitions [#1](https://github.com/DeloitteDigitalAPAC/react-habitat-redux/issues/1). Thanks @aventurella diff --git a/package.json b/package.json index 981d831..d0b222b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-habitat-redux", - "version": "1.0.1", + "version": "1.0.2", "description": "Brings Redux connect capabilities with React Habitat", "main": "./lib/index.js", "repository": {