Skip to content

Commit 4be0e3b

Browse files
committed
Publish v5.12.0
Signed-off-by: Florian Hotze <[email protected]>
1 parent 49cb77e commit 4be0e3b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
| Enhancement | `environment` | Add `isFileBasedScript()` function to determine whether script is file-based | [#441](https://github.com/openhab/openhab-js/pull/441) | no |
88
| Enhancement | `items` | Add support for providing Items, metadata & channel links from file-based scripts | [#441](https://github.com/openhab/openhab-js/pull/441) | no |
99
| Bugfix | `items` | Fix `NULL` Item state (UnDefType) not recognized as `null` | [#448](https://github.com/openhab/openhab-js/pull/448) | no |
10+
| Bugfix | `Quantity` | Fix `.unit` returns null if there is a valid unit | [#449](https://github.com/openhab/openhab-js/pull/449) | no |
11+
| Bugfix | `items` | Item: Declare null as allowed value for `sendCommand`, `postUpdate` | [#452](https://github.com/openhab/openhab-js/pull/452) | no |
12+
| Enhancement | `Quantity` | Export Quantity class type definition | [#454](https://github.com/openhab/openhab-js/pull/454) | no |
1013

1114
## 5.11.1 (5.11.0)
1215

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

0 commit comments

Comments
 (0)