diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb30ca..e47eef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.6.5 (2024-07-13) + + +### Bug Fixes + +* **ci:** add npm login ([#159](https://github.com/t0bst4r/matterbridge-home-assistant/issues/159)) ([ec638e7](https://github.com/t0bst4r/matterbridge-home-assistant/commit/ec638e76c4006f2f89752c822c7709794d8990e0)) + + + + + ## 1.6.4 (2024-07-13) diff --git a/lerna.json b/lerna.json index 2a6faa1..de636fd 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.6.4", + "version": "1.6.5", "conventionalCommits": true, "createRelease": "github", "command": { diff --git a/package-lock.json b/package-lock.json index 19e6e70..235b64a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10249,7 +10249,7 @@ } }, "packages/matterbridge-home-assistant": { - "version": "1.6.4", + "version": "1.6.5", "license": "Apache-2.0", "dependencies": { "color": "^4.2.3", diff --git a/packages/matterbridge-home-assistant/CHANGELOG.md b/packages/matterbridge-home-assistant/CHANGELOG.md index 6cb30ca..e47eef5 100644 --- a/packages/matterbridge-home-assistant/CHANGELOG.md +++ b/packages/matterbridge-home-assistant/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.6.5 (2024-07-13) + + +### Bug Fixes + +* **ci:** add npm login ([#159](https://github.com/t0bst4r/matterbridge-home-assistant/issues/159)) ([ec638e7](https://github.com/t0bst4r/matterbridge-home-assistant/commit/ec638e76c4006f2f89752c822c7709794d8990e0)) + + + + + ## 1.6.4 (2024-07-13) diff --git a/packages/matterbridge-home-assistant/package.json b/packages/matterbridge-home-assistant/package.json index 6cc4d3f..9775445 100644 --- a/packages/matterbridge-home-assistant/package.json +++ b/packages/matterbridge-home-assistant/package.json @@ -2,7 +2,7 @@ "name": "matterbridge-home-assistant", "main": "lib/index.js", "license": "Apache-2.0", - "version": "1.6.4", + "version": "1.6.5", "description": "Matterbridge Home Assistant plugin", "author": "https://github.com/t0bst4r", "type": "module",