Skip to content

Commit

Permalink
Release Candidate 1.6.1 (#546)
Browse files Browse the repository at this point in the history
### Fixed

- Bug: Cannot find module 'ip' [#545](#545)
  • Loading branch information
Shaquu committed Feb 19, 2024
1 parent 26efd86 commit 6f71cac
Show file tree
Hide file tree
Showing 5 changed files with 382 additions and 227 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -52,6 +52,7 @@ jobs:
with:
node-version: 18
registry-url: https://npm.pkg.github.com/
scope: '@nrchkb'
- name: Extract PACKAGE_VERSION
id: package-version
uses: martinbeentjes/npm-get-version-action@master
Expand All @@ -60,7 +61,6 @@ jobs:
run: |
npm ci
npm run build
npm init --scope=nrchkb -y
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GHUB_TKN}}
12 changes: 10 additions & 2 deletions CHANGELOG.md
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

0 comments on commit 6f71cac

Please sign in to comment.