Skip to content

Commit

Permalink
Publish 4.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 committed Dec 13, 2023
1 parent 3527cc9 commit 7602970
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 4.7.0

| Type | Namespace | Description | Reference | Breaking |
|-------------|------------|------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|----------|
| Enhancement | `triggers` | Add `GenericEventTrigger` | [#300](https://github.com/openhab/openhab-js/pull/300) | No |
| Bugfix | `rules` | Fix Rule Builder type defs not available | [5ad1938](https://github.com/openhab/openhab-js/commit/5ad1938f4cb6c8f54a507b5bd2fe1a20c5c27dba) | No |
| Enhancement | `items` | ItemHistory: Add `getAllStatesBetween` & `getAllStatesSince` methods | [#309](https://github.com/openhab/openhab-js/pull/309) | No |
| Bugfix | `time` | Default to system timezone in `toZDT` if zone is not explicitly provided | [#307](https://github.com/openhab/openhab-js/pull/307) | No |
| Enhancement | `actions` | ScriptExecution: Support passing params to createTimer in `setTimeout`-style | [#311](https://github.com/openhab/openhab-js/pull/311) | No |

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

## 4.6.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": "4.6.0",
"version": "4.7.0",
"description": "JavaScript Library for openHAB Automation",
"private": false,
"license": "EPL-2.0",
Expand Down

0 comments on commit 7602970

Please sign in to comment.