diff --git a/package.json b/package.json index 5d36d0a..91cc6f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-chartjs", - "version": "0.1.1", + "version": "0.1.2", "description": "react charting components using the chartjs lib", "main": "index.js", "scripts": { diff --git a/release-notes.md b/release-notes.md index da610d8..2d54529 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,6 +2,12 @@ ## Development +[Commits](https://github.com/jhudson8/react-chartjs/compare/v0.1.2...master) + +## v0.1.2 - January 13th, 2015 +- fix chart rendering error when properties change + + [Commits](https://github.com/jhudson8/react-chartjs/compare/v0.1.1...master) ## v0.1.1 - December 28th, 2014