Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrunel committed Sep 8, 2019
1 parent 14a44c2 commit 48b9db6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You can download the latest version of `chartjs-plugin-datalabels` from the [Git

```html
<script src="https://cdn.jsdelivr.net/npm/chart.js@2.7.3/dist/Chart.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chartjs-plugin-datalabels@0.5.0"></script>
<script src="https://cdn.jsdelivr.net/npm/chartjs-plugin-datalabels@0.7.0"></script>
```

::: warning IMPORTANT
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "chartjs-plugin-datalabels",
"homepage": "https://chartjs-plugin-datalabels.netlify.com",
"description": "Chart.js plugin to display labels on data elements",
"version": "0.6.0",
"version": "0.7.0",
"license": "MIT",
"main": "dist/chartjs-plugin-datalabels.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 48b9db6

Please sign in to comment.