From bcdca4b5f568b0fc997492052e7c03e64354f34e Mon Sep 17 00:00:00 2001 From: HGlab <54232526+HGlab01@users.noreply.github.com> Date: Sun, 8 Oct 2023 19:12:04 +0200 Subject: [PATCH] chore: release v0.1.14 * (HGlab01) add versionInfo * (HGlab01) add modify-methods 'toFloat' and 'toInteger' * (DutchmanNL) couple of code improvements --- 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 f7de237..0e3ae97 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.14-alpha.0 (2023-10-06) +### 0.1.14 (2023-10-08) * (HGlab01) add versionInfo * (HGlab01) add modify-methods 'toFloat' and 'toInteger' * (DutchmanNL) couple of code improvements diff --git a/package-lock.json b/package-lock.json index 5f6df0d..ebc161c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker-jsonexplorer", - "version": "0.1.14-alpha.0", + "version": "0.1.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker-jsonexplorer", - "version": "0.1.14-alpha.0", + "version": "0.1.14", "license": "MIT", "devDependencies": { "@alcalzone/release-script": "^3.6.0", diff --git a/package.json b/package.json index ca0197e..0aa4d14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker-jsonexplorer", - "version": "0.1.14-alpha.0", + "version": "0.1.14", "description": "Creates ioBroker states based on a json-object", "main": "jsonExplorer.js", "scripts": {