Skip to content

Commit

Permalink
Bump version to 2.0.0 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee authored Apr 24, 2022
1 parent 22d3a8e commit ff5dc36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ bower install chartjs-plugin-deferred --save
By default, `https://cdn.jsdelivr.net/npm/chartjs-plugin-deferred` returns the latest (minified) version, however it's [**highly recommended**](https://www.jsdelivr.com/features) to always specify a version in order to avoid breaking changes. This can be achieved by appending `@{version}` to the url:

```sh
https://cdn.jsdelivr.net/npm/chartjs-plugin-deferred@1.1.2 // exact version
https://cdn.jsdelivr.net/npm/chartjs-plugin-deferred@1 // latest 1.x.x
https://cdn.jsdelivr.net/npm/chartjs-plugin-deferred@2.0.0 // exact version
https://cdn.jsdelivr.net/npm/chartjs-plugin-deferred@2 // latest 2.x.x
```

Read more about jsDeliver versioning on their [website](https://www.jsdelivr.com/).
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-deferred",
"homepage": "https://chartjs-plugin-deferred.netlify.app",
"description": "Chart.js plugin to defer initial chart updates",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"license": "MIT",
"main": "dist/chartjs-plugin-deferred.js",
"module": "dist/chartjs-plugin-deferred.esm.js",
Expand Down

0 comments on commit ff5dc36

Please sign in to comment.