Skip to content

Commit

Permalink
Bump package to 3.1.0 (#951)
Browse files Browse the repository at this point in the history
* Bump package to 3.1.0

* Increase tollerance as test

---------

Co-authored-by: Jacco van den Berg <[email protected]>
  • Loading branch information
LeeLenaleee and Jacco van den Berg authored Oct 16, 2024
1 parent 938ef5c commit 0d6246d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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-annotation",
"homepage": "https://www.chartjs.org/chartjs-plugin-annotation/index",
"description": "Annotations for Chart.js",
"version": "3.0.1",
"version": "3.1.0",
"author": "Evert Timberg <[email protected]>",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/label/contentMultiline.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
tolerance: 0.0055,
tolerance: 0.0075,
config: {
type: 'bar',
options: {
Expand Down

0 comments on commit 0d6246d

Please sign in to comment.