From 001091933bc4a03ed54fec33b89c07857a489180 Mon Sep 17 00:00:00 2001 From: HGlab <54232526+HGlab01@users.noreply.github.com> Date: Mon, 11 Dec 2023 13:06:54 +0100 Subject: [PATCH] chore: release v0.1.15 * (HGlab01) fix coding-typo --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 757b3f1..e8c8c06 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ https://github.com/HGlab01/ioBroker.fuelpricemonitor Placeholder for the next version (at the beginning of the line): ### __WORK IN PROGRESS__ --> -### 0.1.15-alpha.0 (2023-12-08) +### 0.1.15 (2023-12-11) * (HGlab01) fix coding-typo ### 0.1.14 (2023-10-08) diff --git a/package-lock.json b/package-lock.json index 0e7a4d0..1fdd659 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker-jsonexplorer", - "version": "0.1.15-alpha.0", + "version": "0.1.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker-jsonexplorer", - "version": "0.1.15-alpha.0", + "version": "0.1.15", "license": "MIT", "devDependencies": { "@alcalzone/release-script": "^3.7.0", diff --git a/package.json b/package.json index d14fa3d..133c9d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker-jsonexplorer", - "version": "0.1.15-alpha.0", + "version": "0.1.15", "description": "Creates ioBroker states based on a json-object", "main": "jsonExplorer.js", "scripts": {