From 63eb57b92c5a562785817a9636a1527e61e09426 Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Sun, 3 Nov 2024 16:34:22 +0100 Subject: [PATCH] Publish 5.7.2 Signed-off-by: Florian Hotze --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efe97cfcc..0924677ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 5.7.2 + +| Type | Namespace | Description | Reference | Breaking | +|---------------|-----------|------------------------------------------------------------|--------------------------------------------------------|----------| +| Documentation | `actions` | Add new ColorUtil methods to CoreUtil docs | [#388](https://github.com/openhab/openhab-js/pull/388) | No | +| Bugfix | `rules` | Rule Builder: Fix wrong type defs for `send(command)` | [#389](https://github.com/openhab/openhab-js/pull/389) | No | +| Bugfix | `rules` | Rule Builder: Fix condition callback type def | [#390](https://github.com/openhab/openhab-js/pull/390) | No | +| Bugfix | `cache` | Advice to not store objects in shared cache | [#391](https://github.com/openhab/openhab-js/pull/391) | No | +| Bugfix | `items` | Fix type def issues caused by private method in Item class | [#394](https://github.com/openhab/openhab-js/pull/394) | No | + +Also see the [Release Milestone](https://github.com/openhab/openhab-js/milestone/36). + ## 5.7.1 | Type | Namespace | Description | Reference | Breaking | diff --git a/package-lock.json b/package-lock.json index 656c60dce..00666d2ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openhab", - "version": "5.7.1", + "version": "5.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openhab", - "version": "5.7.1", + "version": "5.7.2", "license": "EPL-2.0", "dependencies": { "@js-joda/core": "^5.6.2", diff --git a/package.json b/package.json index 3d3fa4e4d..654d4c40e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openhab", - "version": "5.7.1", + "version": "5.7.2", "description": "JavaScript Library for openHAB Automation", "private": false, "license": "EPL-2.0",