From 93bcc384a27502ed6bba8841cd13d8d962a2f559 Mon Sep 17 00:00:00 2001 From: Joe Hudson Date: Sat, 7 Feb 2015 20:42:47 -0500 Subject: [PATCH] v0.4.0 --- package.json | 2 +- release-notes.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1b61023..9f1fcac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-chartjs", - "version": "0.3.0", + "version": "0.4.0", "description": "react charting components using the chartjs lib", "main": "index.js", "scripts": { diff --git a/release-notes.md b/release-notes.md index ac9828d..b2470ca 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,7 +1,10 @@ # Release Notes +## v0.4.0 - February 7th, 2015 +- Added Chart.js as a peer dependency (thanks @seanadkinson) + ## v0.3.0 - February 6th, 2015 -- Remove AMD and javascript include support to make commonjs behavior simple +- Remove AMD and javascript include support to make commonjs behavior simple (thanks @seanadkinson) ## v0.2.1 - January 26th, 2015 - AMD bug fix