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": {