Skip to content

Commit 63eb57b

Browse files
committed
Publish 5.7.2
Signed-off-by: Florian Hotze <[email protected]>
1 parent 0ec2f5e commit 63eb57b

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 5.7.2
4+
5+
| Type | Namespace | Description | Reference | Breaking |
6+
|---------------|-----------|------------------------------------------------------------|--------------------------------------------------------|----------|
7+
| Documentation | `actions` | Add new ColorUtil methods to CoreUtil docs | [#388](https://github.com/openhab/openhab-js/pull/388) | No |
8+
| Bugfix | `rules` | Rule Builder: Fix wrong type defs for `send(command)` | [#389](https://github.com/openhab/openhab-js/pull/389) | No |
9+
| Bugfix | `rules` | Rule Builder: Fix condition callback type def | [#390](https://github.com/openhab/openhab-js/pull/390) | No |
10+
| Bugfix | `cache` | Advice to not store objects in shared cache | [#391](https://github.com/openhab/openhab-js/pull/391) | No |
11+
| Bugfix | `items` | Fix type def issues caused by private method in Item class | [#394](https://github.com/openhab/openhab-js/pull/394) | No |
12+
13+
Also see the [Release Milestone](https://github.com/openhab/openhab-js/milestone/36).
14+
315
## 5.7.1
416

517
| Type | Namespace | Description | Reference | Breaking |

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openhab",
3-
"version": "5.7.1",
3+
"version": "5.7.2",
44
"description": "JavaScript Library for openHAB Automation",
55
"private": false,
66
"license": "EPL-2.0",

0 commit comments

Comments
 (0)