Skip to content

Commit 48b9db6

Browse files
committed
Bump version to 0.7.0
1 parent 14a44c2 commit 48b9db6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can download the latest version of `chartjs-plugin-datalabels` from the [Git
4343

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

4949
::: warning IMPORTANT

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "chartjs-plugin-datalabels",
33
"homepage": "https://chartjs-plugin-datalabels.netlify.com",
44
"description": "Chart.js plugin to display labels on data elements",
5-
"version": "0.6.0",
5+
"version": "0.7.0",
66
"license": "MIT",
77
"main": "dist/chartjs-plugin-datalabels.js",
88
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)