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 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 17, 2024
1 parent dc2b5e4 commit 4d9f2c2
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 11 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.7.1 (2024-08-17)


### 🚀 Chore

* expose SSL port in Dockerfile and enable SSL in matterbridge o… ([#265](https://github.com/t0bst4r/matterbridge-home-assistant/issues/265)) ([dc2b5e4](https://github.com/t0bst4r/matterbridge-home-assistant/commit/dc2b5e40d38642eae3054e6391764fa829721eaf))



## 2.7.0 (2024-08-16)


Expand Down
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": "2.7.0",
"version": "2.7.1",
"conventionalCommits": true,
"changelogPreset": {
"name": "conventionalcommits",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

9 changes: 9 additions & 0 deletions packages/home-assistant-matter-hub/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.7.1 (2024-08-17)


### 🚀 Chore

* expose SSL port in Dockerfile and enable SSL in matterbridge o… ([#265](https://github.com/t0bst4r/matterbridge-home-assistant/issues/265)) ([dc2b5e4](https://github.com/t0bst4r/matterbridge-home-assistant/commit/dc2b5e40d38642eae3054e6391764fa829721eaf))



## 2.7.0 (2024-08-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/home-assistant-matter-hub/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"homepage": "https://github.com/t0bst4r/matterbridge-home-assistant/blob/-/packages/home-assistant-matter-hub/README.md",
"bugs": "https://github.com/t0bst4r/matterbridge-home-assistant/issues",
"name": "@home-assistant-matter-hub/core",
"version": "2.7.0",
"version": "2.7.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions packages/matterbridge-home-assistant-docker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.7.1 (2024-08-17)


### 🚀 Chore

* expose SSL port in Dockerfile and enable SSL in matterbridge o… ([#265](https://github.com/t0bst4r/matterbridge-home-assistant/issues/265)) ([dc2b5e4](https://github.com/t0bst4r/matterbridge-home-assistant/commit/dc2b5e40d38642eae3054e6391764fa829721eaf))



## 2.7.0 (2024-08-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/matterbridge-home-assistant-docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"author": "https://github.com/t0bst4r",
"name": "matterbridge-home-assistant-docker",
"description": "ghcr.io/t0bst4r/matterbridge-home-assistant",
"version": "2.7.0",
"version": "2.7.1",
"scripts": {
"build": "./build.sh",
"release-docker": "./publish.sh"
},
"dependencies": {
"matterbridge-home-assistant": "^2.7.0"
"matterbridge-home-assistant": "^2.7.1"
}
}
9 changes: 9 additions & 0 deletions packages/matterbridge-home-assistant/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.7.1 (2024-08-17)


### 🚀 Chore

* expose SSL port in Dockerfile and enable SSL in matterbridge o… ([#265](https://github.com/t0bst4r/matterbridge-home-assistant/issues/265)) ([dc2b5e4](https://github.com/t0bst4r/matterbridge-home-assistant/commit/dc2b5e40d38642eae3054e6391764fa829721eaf))



## 2.7.0 (2024-08-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/matterbridge-home-assistant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"homepage": "https://github.com/t0bst4r/matterbridge-home-assistant/blob/-/packages/matterbridge-home-assistant/README.md",
"bugs": "https://github.com/t0bst4r/matterbridge-home-assistant/issues",
"name": "matterbridge-home-assistant",
"version": "2.7.0",
"version": "2.7.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
Expand All @@ -31,7 +31,7 @@
"reset": "matterbridge -factoryreset"
},
"dependencies": {
"@home-assistant-matter-hub/core": "^2.7.0",
"@home-assistant-matter-hub/core": "^2.7.1",
"json5": "^2.2.3",
"winston": "^3.13.1",
"ws": "^8.18.0"
Expand Down

0 comments on commit 4d9f2c2

Please sign in to comment.