From 9a8ba65b9f13f32f8ea72ba645846ad9ef867343 Mon Sep 17 00:00:00 2001 From: Marko Petzold Date: Sun, 7 Jan 2024 22:54:40 +0100 Subject: [PATCH] 1.4.11 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index bd34886..2b0a2d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@record-evolution/widget-barchart", - "version": "1.4.10", + "version": "1.4.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@record-evolution/widget-barchart", - "version": "1.4.10", + "version": "1.4.11", "license": "MIT", "dependencies": { "chart.js": "^4.4.0", diff --git a/package.json b/package.json index 278ae54..c1336e9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Webcomponent widget-barchart following open-wc recommendations", "license": "MIT", "author": "widget-barchart", - "version": "1.4.10", + "version": "1.4.11", "type": "module", "main": "dist/widget-barchart.js", "types": "dist/src/widget-barchart.d.ts",