From fe79727c96cdaa37d63d54d403637099676c4af6 Mon Sep 17 00:00:00 2001 From: Markus Feiler Date: Fri, 22 Sep 2023 22:45:24 +0200 Subject: [PATCH] chore: release v1.0.4 * (chaozmc) Removed Node 16.x from Test-and-release (fix Issue #19) * (chaozmc) updated dependencies * (chaozmc) updated protobufjs and google-gax * (chaozmc) updated word-wrap --- CHANGELOG_OLD.md | 4 ++++ README.md | 7 +------ io-package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 90fb9fd..b14dd1f 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,4 +1,8 @@ # Older changes +## 0.3.0 (2023-01-15) +* (chaozmc) Changed Adapter Type to more suitable climate-control instead of communication +* (chaozmc) Altered query URL for inital scan to use single ?-symbol instead of double + ## 0.2.5 (2022-11-18) * (chaozmc) Removed unnecessary const diff --git a/README.md b/README.md index d23218d..a96341f 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,7 @@ The adapter maintains the connected state, even there's no real permanent connec Placeholder for the next version (at the beginning of the line): **WORK IN PROGRESS** --> - -### **WORK IN PROGRESS** +### 1.0.4 (2023-09-22) * (chaozmc) Removed Node 16.x from Test-and-release (fix Issue #19) * (chaozmc) updated dependencies * (chaozmc) updated protobufjs and google-gax @@ -64,10 +63,6 @@ The adapter maintains the connected state, even there's no real permanent connec ### 1.0.0 (2023-01-15) * (chaozmc) Push version to v1.0.0 as the code seems to be considerable as first stable release -### 0.3.0 (2023-01-15) -* (chaozmc) Changed Adapter Type to more suitable climate-control instead of communication -* (chaozmc) Altered query URL for inital scan to use single ?-symbol instead of double - ### **0.0.3** * (chaozmc) code cleanup, trigger for update & rescan diff --git a/io-package.json b/io-package.json index 31c564c..4a77bad 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "oekofen-json", - "version": "1.0.3", + "version": "1.0.4", "news": { "1.0.4": { "en": "changed github workflow config\npush version", diff --git a/package-lock.json b/package-lock.json index ab11a71..c461b02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.oekofen-json", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.oekofen-json", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.0", diff --git a/package.json b/package.json index 8d8a4c4..7c7fad6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.oekofen-json", - "version": "1.0.3", + "version": "1.0.4", "description": "Connect OekoFEN Pellematic via JSON to ioBroker", "author": { "name": "chaozmc",