diff --git a/bower.json b/bower.json index 3ed0720..94a6268 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "react-chartjs", "main": "react-chartjs.js", - "version": "0.1.1", + "version": "0.1.3", "homepage": "https://github.com/jhudson8/react-chartjs", "authors": [ "Joe Hudson " diff --git a/package.json b/package.json index 91cc6f2..8b8e3e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-chartjs", - "version": "0.1.2", + "version": "0.1.3", "description": "react charting components using the chartjs lib", "main": "index.js", "scripts": { diff --git a/release-notes.md b/release-notes.md index 2d54529..34e456f 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,6 +2,12 @@ ## Development +[Commits](https://github.com/jhudson8/react-chartjs/compare/v0.1.3...master) + +## v0.1.3 - January 19th, 2015 +- Actually include the commit mentioned with the 1.2 release + + [Commits](https://github.com/jhudson8/react-chartjs/compare/v0.1.2...master) ## v0.1.2 - January 13th, 2015