From f74e4a91148009cbe4b1f13930b6436a3d875665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Wed, 18 Oct 2023 17:44:31 +0200 Subject: [PATCH] chore: release v1.1.0 - (Michael Schroeder) Upgrade dependencies, switch to Typescript 4.6, compatibility check with js-controller 4.x - (Michael Schroeder) [#12](https://github.com/MiSchroe/ioBroker.klf200/issues/12) Support silent mode in scenes - (Michael Schroeder) [#44](https://github.com/MiSchroe/ioBroker.klf200/issues/44) Add advanced SSL configuration settings - (Michael Schroeder) [#98](https://github.com/MiSchroe/ioBroker.klf200/issues/98) Fix default values - (Michael Schroeder) [#77](https://github.com/MiSchroe/ioBroker.klf200/issues/77) Add silent mode to products using functional parameters - (Michael Schroeder) Upgrade dependencies - (Michael Schroeder) [#55](https://github.com/MiSchroe/ioBroker.klf200/issues/55) Support functional parameters FP1-4 --- 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 a2f2ce1..7ee655f 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ The values of the state provide multiple manipulation modes: ### __WORK IN PROGRESS__ --> -### __WORK IN PROGRESS__ +### 1.1.0 (2023-10-18) - (Michael Schroeder) Upgrade dependencies, switch to Typescript 4.6, compatibility check with js-controller 4.x - (Michael Schroeder) [#12](https://github.com/MiSchroe/ioBroker.klf200/issues/12) Support silent mode in scenes diff --git a/package-lock.json b/package-lock.json index a1fb4cf..0b37f30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.klf200", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.klf200", - "version": "1.0.1", + "version": "1.1.0", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4", diff --git a/package.json b/package.json index 6dfaa73..9044adc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.klf200", - "version": "1.0.1", + "version": "1.1.0", "description": "Controls products and scenes connected to a KLF-200 interface", "author": { "name": "Michael Schroeder",