Skip to content

Commit

Permalink
Release 0.7.4 for real this time (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Sep 19, 2019
1 parent c2dd958 commit 3da9614
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -62,3 +62,8 @@ License
-------

By contributing your code, you agree to license your contribution under the [MIT license](https://github.com/chartjs/Chart.js/blob/master/LICENSE.md).

Releases
-------

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`.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "chartjs-plugin-zoom",
"description": "Plugin that enables zoom and pan functionality in Chart.js charts.",
"version": "0.7.3",
"version": "0.7.4",
"license": "MIT",
"jsdelivr": "dist/chartjs-plugin-zoom.min.js",
"unpkg": "dist/chartjs-plugin-zoom.min.js",
Expand Down

0 comments on commit 3da9614

Please sign in to comment.