From 62d8eb8942b3b76a1bf20e351cf15f3b05102a44 Mon Sep 17 00:00:00 2001 From: oweitman Date: Wed, 5 Mar 2025 23:15:33 +0100 Subject: [PATCH] chore: release v0.3.0 - release --- README.md | 4 ++++ io-package.json | 15 ++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa1daae..1ee7588 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,10 @@ console.log(response); Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### 0.3.0 (2025-03-05) + +- release + ### 0.2.0 (2025-03-05) - enable npm deploy diff --git a/io-package.json b/io-package.json index de1f208..f13d500 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "skiinfo", - "version": "0.2.0", + "version": "0.3.0", "news": { + "0.3.0": { + "en": "release", + "de": "release", + "ru": "освобождение", + "pt": "lançamento", + "nl": "release", + "fr": "libération", + "it": "rilascio", + "es": "liberación", + "pl": "zwolnienie", + "uk": "видання", + "zh-cn": "释放" + }, "0.2.0": { "en": "enable npm deploy", "de": "npm-einsatz", diff --git a/package-lock.json b/package-lock.json index d0cfff5..9cac3ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.skiinfo", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.skiinfo", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.2.3", diff --git a/package.json b/package.json index d17ed31..3dfcef1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.skiinfo", - "version": "0.2.0", + "version": "0.3.0", "description": "skiinfo", "author": { "name": "oweitman",