diff --git a/CHANGELOG.md b/CHANGELOG.md index b41311c2..4ab1e234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 | diff --git a/package-lock.json b/package-lock.json index 5b9adfd1..175fe319 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openhab", - "version": "5.7.0", + "version": "5.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openhab", - "version": "5.7.0", + "version": "5.7.1", "license": "EPL-2.0", "dependencies": { "@js-joda/core": "^5.6.2", diff --git a/package.json b/package.json index 5fd2275c..3d3fa4e4 100644 --- a/package.json +++ b/package.json @@ -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",