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