Skip to content

Commit 3da9614

Browse files
authored
Release 0.7.4 for real this time (#272)
1 parent c2dd958 commit 3da9614

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,8 @@ License
6262
-------
6363

6464
By contributing your code, you agree to license your contribution under the [MIT license](https://github.com/chartjs/Chart.js/blob/master/LICENSE.md).
65+
66+
Releases
67+
-------
68+
69+
To release, bump the version number in the `package.json` and `README.md`. Send a pull request, merge to `master`, and then `git pull` the merged PR. Switch to the release branch, `git rebase master`, and `git push`.

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.3",
4+
"version": "0.7.4",
55
"license": "MIT",
66
"jsdelivr": "dist/chartjs-plugin-zoom.min.js",
77
"unpkg": "dist/chartjs-plugin-zoom.min.js",

0 commit comments

Comments
 (0)