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

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhudson8 committed Feb 23, 2015
1 parent 2806031 commit 098ee81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 45 deletions.
44 changes: 0 additions & 44 deletions build.js

This file was deleted.

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.4.0",
"version": "0.5.0",
"description": "react charting components using the chartjs lib",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## v0.5.0 - February 23rd, 2015
- Added a ```getChart``` method on the chart components to return the chartjs object
- Added a ```getCanvass``` method on the chart components to return the canvass DOM element

## v0.4.0 - February 7th, 2015
- Added Chart.js as a peer dependency (thanks @pghalliday)

Expand Down

0 comments on commit 098ee81

Please sign in to comment.