Bump version to 2.1.5 and build

This commit is contained in:
Evert Timberg 2016-06-12 13:14:56 -04:00
parent 16a6555bc2
commit 3d03e36408
7 changed files with 4355 additions and 3686 deletions

View File

@ -16,7 +16,7 @@ To install via npm / bower:
npm install chart.js --save
bower install Chart.js --save
```
CDN: https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.1.4/Chart.min.js
CDN: https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.1.5/Chart.min.js
## Documentation

View File

@ -1,6 +1,6 @@
{
"name": "Chart.js",
"version": "2.1.4",
"version": "2.1.5",
"description": "Simple HTML5 Charts using the canvas element",
"homepage": "https://github.com/chartjs/Chart.js",
"author": "nnnick",

4003
dist/Chart.bundle.js vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

4003
dist/Chart.js vendored

File diff suppressed because it is too large Load Diff

12
dist/Chart.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
"name": "chart.js",
"homepage": "http://www.chartjs.org",
"description": "Simple HTML5 charts using the canvas element.",
"version": "2.1.4",
"version": "2.1.5",
"license": "MIT",
"main": "src/chart.js",
"repository": {
@ -51,4 +51,4 @@
"chartjs-color": "^2.0.0",
"moment": "^2.10.6"
}
}
}