Skip to content

Commit 38a834d

Browse files
committed
Publish 5.3.1
Signed-off-by: Florian Hotze <[email protected]>
1 parent efacfb8 commit 38a834d

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

CHANGELOG.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Changelog
22

3-
## 5.3.0
3+
## 5.3.1 (5.3.0)
44

5-
| Type | Namespace | Description | Reference | Breaking |
6-
|-------------|-----------|---------------------------------------------------------|--------------------------------------------------------|----------|
7-
| Enhancement | `actions` | Add notification builder | [#351](https://github.com/openhab/openhab-js/pull/351) | No |
8-
| Enhancement | `actions` | Mark some actions deprecated as replaced by better APIs | [#351](https://github.com/openhab/openhab-js/pull/351) | No |
5+
| Type | Namespace | Description | Reference | Breaking |
6+
|-------------|-----------|---------------------------------------------------------------------|--------------------------------------------------------|----------|
7+
| Enhancement | `actions` | Add notification builder | [#351](https://github.com/openhab/openhab-js/pull/351) | No |
8+
| Enhancement | `actions` | Mark some actions deprecated as replaced by better APIs | [#351](https://github.com/openhab/openhab-js/pull/351) | No |
9+
| Enhancement | `actions` | Notification Builder: Add support for updating/hiding notifications | [#353](https://github.com/openhab/openhab-js/pull/351) | No |
910

11+
These two releases are coupled together as 5.3.1 contains follow-up changes for 5.3.0.
12+
Use 5.3.1 instead of 5.3.0.
1013

1114
Also see the [Release Milestone](https://github.com/openhab/openhab-js/milestone/29).
1215

@@ -18,12 +21,15 @@ Also see the [Release Milestone](https://github.com/openhab/openhab-js/milestone
1821

1922
Also see the [Release Milestone](https://github.com/openhab/openhab-js/milestone/28).
2023

21-
## 5.1.2
24+
## 5.1.2 (5.1.1)
2225

2326
| Type | Namespace | Description | Reference | Breaking |
2427
|--------|-----------|--------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|----------|
2528
| Bugfix | `helpers` | Fix isInstant check & Improve isXXXX checks in general | [#348](https://github.com/openhab/openhab-js/pull/348) & [#349](https://github.com/openhab/openhab-js/pull/349) | No |
2629

30+
These two releases are coupled together as 5.1.2 contains follow-up changes for 5.1.1.
31+
Use 5.1.2 instead of 5.1.1.
32+
2733
Also see the [Release Milestone](https://github.com/openhab/openhab-js/milestone/27).
2834

2935
## 5.1.0

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.3.0",
3+
"version": "5.3.1",
44
"description": "JavaScript Library for openHAB Automation",
55
"private": false,
66
"license": "EPL-2.0",

0 commit comments

Comments
 (0)