From d435e56c22f3ba1cca88137688d396c74114ea35 Mon Sep 17 00:00:00 2001 From: Joe Hudson Date: Mon, 19 Jan 2015 09:20:27 -0500 Subject: [PATCH] v0.1.3 --- bower.json | 2 +- package.json | 2 +- release-notes.md | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) 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