From ec735275487972b9f450080d8460f12974a36569 Mon Sep 17 00:00:00 2001 From: Thiemo Hoffmann <20605452+theimo1221@users.noreply.github.com> Date: Mon, 6 May 2024 11:33:43 +0200 Subject: [PATCH] chore: release v3.0.0-alpha.53 * (theimo1221) No AC Cooling if outside max temp will stay below 22 degree Celsius. --- CHANGELOG.md | 3 +-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 813a525c..b810fd34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,7 @@ ## **WORK IN PROGRESS** * (theimo1221) Update packages --> - -## **WORK IN PROGRESS** +## 3.0.0-alpha.53 (2024-05-06) * (theimo1221) No AC Cooling if outside max temp will stay below 22 degree Celsius. diff --git a/package-lock.json b/package-lock.json index e2a94b8f..2d6a2429 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hoffmation-base", - "version": "3.0.0-alpha.52", + "version": "3.0.0-alpha.53", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hoffmation-base", - "version": "3.0.0-alpha.52", + "version": "3.0.0-alpha.53", "license": "MIT", "dependencies": { "@iobroker/types": "^5.0.19", diff --git a/package.json b/package.json index 2aee25b3..b5d3e1b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hoffmation-base", "description": "Base Libraries and functions for own Hoffmation projects", - "version": "3.0.0-alpha.52", + "version": "3.0.0-alpha.53", "files": [ "lib/**/*" ],