Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhudson8 committed Feb 8, 2015
1 parent f5c7ceb commit 93bcc38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
5 changes: 4 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 93bcc38

Please sign in to comment.