Skip to content

Commit f48b624

Browse files
committed
Publish v5.17.0
Signed-off-by: Florian Hotze <dev@florianhotze.com>
1 parent f44abc3 commit f48b624

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## 5.17.0
4+
5+
| Type | Namespace | Description | Reference | Breaking |
6+
|-------------|------------|--------------------------------------------------------------|--------------------------------------------------------|----------|
7+
| Enhancement | `items` | Item: Add `isInitialized` property | [#504](https://github.com/openhab/openhab-js/pull/504) | No |
8+
| Enhancement | `rules` | Rule Builder: Properly declare type of `then(...)` function | [#506](https://github.com/openhab/openhab-js/pull/506) | No |
9+
| Bugfix | `triggers` | Add misisng parameters to PWM trigger | [#512](https://github.com/openhab/openhab-js/pull/512) | No |
10+
| Enhancement | `items` | Add category field & Add missing null return values in JSDoc | [#513](https://github.com/openhab/openhab-js/pull/513) | No |
11+
| Bugfix | `items` | ItemMetadat: Fix value & configuration not modifiable | [#514](https://github.com/openhab/openhab-js/pull/514) | No |
12+
| Enhancement | `log` | Align logger prefix to changes in script logger names | [#516](https://github.com/openhab/openhab-js/pull/516) | No |
13+
| Enhancement | `rules` | EventObject: Provide access to event topic | [#517](https://github.com/openhab/openhab-js/pull/517) | No |
14+
15+
Also see the [Release Milestone](https://github.com/openhab/openhab-js/milestone/49).
16+
317
## 5.16.2
418

519
| Type | Namespace | Description | Reference | Breaking |

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.16.2",
3+
"version": "5.17.0",
44
"description": "JavaScript Library for openHAB Automation",
55
"keywords": [
66
"openHAB",

0 commit comments

Comments
 (0)