Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
chore: release version 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 13, 2024
1 parent d11c751 commit a689dc0
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.6.4 (2024-07-13)


### Bug Fixes

* add gh_token to release process ([#158](https://github.com/t0bst4r/matterbridge-home-assistant/issues/158)) ([d11c751](https://github.com/t0bst4r/matterbridge-home-assistant/commit/d11c751455764de4dd8e9ecddeb2169e6586f4c8))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.6.3",
"version": "1.6.4",
"conventionalCommits": true,
"createRelease": "github",
"command": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/matterbridge-home-assistant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.6.4 (2024-07-13)


### Bug Fixes

* add gh_token to release process ([#158](https://github.com/t0bst4r/matterbridge-home-assistant/issues/158)) ([d11c751](https://github.com/t0bst4r/matterbridge-home-assistant/commit/d11c751455764de4dd8e9ecddeb2169e6586f4c8))
6 changes: 3 additions & 3 deletions packages/matterbridge-home-assistant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "matterbridge-home-assistant",
"main": "lib/index.js",
"license": "Apache-2.0",
"version": "1.6.3",
"version": "1.6.4",
"description": "Matterbridge Home Assistant plugin",
"author": "https://github.com/t0bst4r",
"type": "module",
Expand All @@ -16,12 +16,12 @@
"serve": "dotenvx run -f .env.local -- matterbridge -bridge"
},
"devDependencies": {
"@project-chip/matter-node.js": "0.9.3",
"@project-chip/matter.js": "0.9.3",
"@types/color": "^3.0.6",
"@types/debounce-promise": "^3.1.9",
"@types/glob-to-regexp": "^0.4.4",
"@types/ws": "^8.5.11",
"@project-chip/matter-node.js": "0.9.3",
"@project-chip/matter.js": "0.9.3",
"matterbridge": "1.3.13"
},
"dependencies": {
Expand Down

0 comments on commit a689dc0

Please sign in to comment.