Skip to content

Commit

Permalink
Publish 5.1.1
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 Jun 19, 2024
1 parent a14dc10 commit bef5cf3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@

## 5.1.0

| Type | Namespace | Description | Reference | Breaking |
|--------|-----------|--------------------------------------------------------|--------------------------------------------------------|----------|
| Bugfix | `helpers` | Fix isInstant check & Improve isXXXX checks in general | [#348](https://github.com/openhab/openhab-js/pull/348) | No |

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

## 5.1.0

Check failure on line 11 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdownlint

Multiple headings with the same content [Context: "## 5.1.0"]

| Type | Namespace | Description | Reference | Breaking |
|-------------|------------|-----------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|----------|
| Bugfix | `Quantity` | Fix type definitions | [ee0a59a5](https://github.com/openhab/openhab-js/commit/ee0a59a5dbd31c181bb7fdfe6b28be8d39637183) | No |
| Enhancement | `rules` | Add original input to event data for file-bases rules | [#334](https://github.com/openhab/openhab-js/pull/334) | No |
| Bugfix | `items` | ItemPersistence: Fix multi-threaded access exception when persisting states | [#339](https://github.com/openhab/openhab-js/pull/339) | No |
| Enhancement | `items` | ItemPersistence: Add support for persisting TimeSeries | [#341](https://github.com/openhab/openhab-js/pull/341) | No |
| Enhancement | `items` | TimeSeries: Add support for using Instant as timestamp | [#342](https://github.com/openhab/openhab-js/pull/342) | No |
| Enhancement | `items` | Item: Fix `sendCommandIfDifferent` fails to compare Quantity | [343](https://github.com/openhab/openhab-js/pull/343) | No |
| Enhancement | `items` | Item: Fix `sendCommandIfDifferent` fails to compare Quantity | [#343](https://github.com/openhab/openhab-js/pull/343) | No |

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

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

0 comments on commit bef5cf3

Please sign in to comment.