Skip to content

Commit c7d67db

Browse files
authored
Version 0.7.3 (#255)
1 parent bf8a592 commit c7d67db

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
@@ -16,7 +16,7 @@ If including via a `<script>` tag, make sure to include `Hammer.js` as well:
1616
```html
1717
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
1818
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
19-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2"></script>
19+
<script src="https://cdn.jsdelivr.net/npm/[email protected].3"></script>
2020
```
2121

2222
## Configuration

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chartjs-plugin-zoom",
33
"description": "Plugin that enables zoom and pan functionality in Chart.js charts.",
4-
"version": "0.7.2",
4+
"version": "0.7.3",
55
"license": "MIT",
66
"jsdelivr": "dist/chartjs-plugin-zoom.min.js",
77
"unpkg": "dist/chartjs-plugin-zoom.min.js",

0 commit comments

Comments
 (0)