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

Commit 93bcc38

Browse files
committed
v0.4.0
1 parent f5c7ceb commit 93bcc38

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-chartjs",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "react charting components using the chartjs lib",
55
"main": "index.js",
66
"scripts": {

Diff for: release-notes.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Release Notes
22

3+
## v0.4.0 - February 7th, 2015
4+
- Added Chart.js as a peer dependency (thanks @seanadkinson)
5+
36
## v0.3.0 - February 6th, 2015
4-
- Remove AMD and javascript include support to make commonjs behavior simple
7+
- Remove AMD and javascript include support to make commonjs behavior simple (thanks @seanadkinson)
58

69
## v0.2.1 - January 26th, 2015
710
- AMD bug fix

0 commit comments

Comments
 (0)