Skip to content

Commit 7571aa8

Browse files
committed
Bump to 1.1.0
1 parent f479dc1 commit 7571aa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ chartNode.destroy();
6767
## Adding draw plugins
6868
6969
To use draw plugins, simply use the ``options`` object to add your plugins, like so:
70-
```
70+
```js
7171
var myChartOptions = {
7272
plugins: {
7373
afterDraw: function (chart, easing) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chartjs-node",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Create Chart.js chart images server-side",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)