Skip to content

Commit

Permalink
Publish 5.8.1
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 11, 2024
1 parent 5ebf646 commit d3313a2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 5.8.1

| Type | Namespace | Description | Reference | Breaking |
|--------|-----------|-------------------------------------------------------------|--------------------------------------------------------|----------|
| Bugfix | `items` | Fix PersistedItem extending PersistedState type defs | [#399](https://github.com/openhab/openhab-js/pull/399) | No |
| Bugfix | `cache` | Advise to not store JavaScript objects only in shared cache | [#402](https://github.com/openhab/openhab-js/pull/402) | No |

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

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

0 comments on commit d3313a2

Please sign in to comment.