Skip to content

Commit 0d6246d

Browse files
LeeLenaleeeJacco van den Berg
and
Jacco van den Berg
authored
Bump package to 3.1.0 (#951)
* Bump package to 3.1.0 * Increase tollerance as test --------- Co-authored-by: Jacco van den Berg <jacco@jem-id.nl>
1 parent 938ef5c commit 0d6246d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "chartjs-plugin-annotation",
33
"homepage": "https://www.chartjs.org/chartjs-plugin-annotation/index",
44
"description": "Annotations for Chart.js",
5-
"version": "3.0.1",
5+
"version": "3.1.0",
66
"author": "Evert Timberg <evert.timberg@gmail.com>",
77
"license": "MIT",
88
"type": "module",

test/fixtures/label/contentMultiline.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
tolerance: 0.0055,
2+
tolerance: 0.0075,
33
config: {
44
type: 'bar',
55
options: {

0 commit comments

Comments
 (0)