Skip to content

Commit

Permalink
Publish 5.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 committed Aug 22, 2024
1 parent 7b46659 commit fbe0f08
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 5.5.0

| Type | Namespace | Description | Reference | Breaking |
|-------------|-----------|----------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|----------|
| Enhancement | `actions` | NotificationBuilder: Make message optional (default to empty string) | [#370](https://github.com/openhab/openhab-js/pull/370) | No |
| Enhancement | `rules` | JSRule: Support rules without triggers | [#372](https://github.com/openhab/openhab-js/pull/372) | No |
| Bugfix | `rules` | RuleBuilder: Fix type defs for .if() and .then() | [7b46659](https://github.com/openhab/openhab-js/commit/7b46659586d19c681936398de3d1151fc5bc9590) | No |

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

## 5.4.0

| Type | Namespace | Description | Reference | Breaking |
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openhab",
"version": "5.4.0",
"version": "5.5.0",
"description": "JavaScript Library for openHAB Automation",
"private": false,
"license": "EPL-2.0",
Expand Down

0 comments on commit fbe0f08

Please sign in to comment.