Skip to content

Commit

Permalink
Updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaquu committed Feb 19, 2024
1 parent c602d00 commit e1ebbe8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.6.1] - 2024-02-19

### Fixed

- Bug: Cannot find module 'ip' [#545](https://github.com/NRCHKB/node-red-contrib-homekit-bridged/issues/545)

## [1.6.0] - 2024-01-12

### Removed
Expand All @@ -36,9 +42,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Make unsupported Characteristic error more
descriptive [#456](https://github.com/NRCHKB/node-red-contrib-homekit-bridged/issues/456)
- FFmpeg No such file or directory [#495](https://github.com/NRCHKB/node-red-contrib-homekit-bridged/issues/495)
- allChars: properties have spaces in names [#496](https://github.com/NRCHKB/node-red-contrib-homekit-bridged/issues/496)
- allChars: properties have spaces in
names [#496](https://github.com/NRCHKB/node-red-contrib-homekit-bridged/issues/496)
- Wait for host to return from unpublish/destroy before exiting, set published flag on destroy
- Security system with characteristics, bad behaviour [#388](https://github.com/NRCHKB/node-red-contrib-homekit-bridged/issues/388)
- Security system with characteristics, bad
behaviour [#388](https://github.com/NRCHKB/node-red-contrib-homekit-bridged/issues/388)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-homekit-bridged",
"version": "1.6.1-dev.1",
"version": "1.6.1",
"description": "Node-RED nodes to simulate Apple HomeKit devices.",
"main": "build/nodes/nrchkb.js",
"scripts": {
Expand Down

0 comments on commit e1ebbe8

Please sign in to comment.