Skip to content

Commit 7eb6ce1

Browse files
committed
Publish v5.16.0
Signed-off-by: Florian Hotze <dev@florianhotze.com>
1 parent ad6ba08 commit 7eb6ce1

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 5.16.0
4+
5+
| Type | Namespace | Description | Reference | Breaking |
6+
|-------------|-----------|------------------------------------------------------|--------------------------------------------------------|----------|
7+
| Enhancement | `items` | Metadata: Don't allow objects as configuration value | [#495](https://github.com/openhab/openhab-js/pull/495) | no |
8+
| Enhancement | `items` | Set event source for commands & updates | [#498](https://github.com/openhab/openhab-js/pull/498) | no |
9+
| Enhancement | `rules` | EventObject: Provide access to the event source | [#499](https://github.com/openhab/openhab-js/pull/499) | no |
10+
11+
Also see the [Release Milestone](https://github.com/openhab/openhab-js/milestone/47).
12+
313
## 5.15.0
414

515
| Type | Namespace | Description | Reference | Breaking |

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ This will be used instead of the binding-provided version.
8181
| 4.1.1 etc. | 4.7.2 | 4.9.0 |
8282
| 4.2.x | 5.0.0 | 5.7.2 |
8383
| 4.3.x | 5.0.0 | 5.9.0 |
84-
| 5.0.x | 5.0.0 | - |
84+
| 5.0.x | 5.0.0 | 5.15.0 |
85+
| 5.1.x | 5.0.0 | |
8586

8687
## Configuration
8788

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openhab",
3-
"version": "5.15.0",
3+
"version": "5.16.0",
44
"description": "JavaScript Library for openHAB Automation",
55
"keywords": [
66
"openHAB",

0 commit comments

Comments
 (0)