Skip to content

Commit

Permalink
Publish 5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-h05 committed Oct 7, 2024
1 parent 42ca9d2 commit 58d291f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 5.7.1

| Type | Namespace | Description | Reference | Breaking |
|--------|-----------|------------------------------------------------------------|---------------------------------------------------------|----------|
| Bugfix | | Properly handle `null` input in internal instanceof checks | [#385]((https://github.com/openhab/openhab-js/pull/385) | No |

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

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

0 comments on commit 58d291f

Please sign in to comment.