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.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 1, 2024
1 parent 511574e commit f71fa8b
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 7 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.3.2 (2024-08-01)


### 🐛 Bug Fixes

* invert covers and make them nullsafe ([#234](https://github.com/t0bst4r/matterbridge-home-assistant/issues/234), [#235](https://github.com/t0bst4r/matterbridge-home-assistant/issues/235)) ([511574e](https://github.com/t0bst4r/matterbridge-home-assistant/commit/511574e63864166a7cc12fd3ab49ee0bcb5245af))



## 2.3.1 (2024-07-29)


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.3.1",
"version": "2.3.2",
"conventionalCommits": true,
"changelogPreset": {
"name": "conventionalcommits",
Expand Down
6 changes: 3 additions & 3 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/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.3.2 (2024-08-01)


### 🐛 Bug Fixes

* invert covers and make them nullsafe ([#234](https://github.com/t0bst4r/matterbridge-home-assistant/issues/234), [#235](https://github.com/t0bst4r/matterbridge-home-assistant/issues/235)) ([511574e](https://github.com/t0bst4r/matterbridge-home-assistant/commit/511574e63864166a7cc12fd3ab49ee0bcb5245af))



## 2.3.1 (2024-07-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/home-assistant-matter-hub/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/home-assistant-matter-hub/README.md",
"bugs": "https://github.com/t0bst4r/matterbridge-home-assistant/issues",
"name": "home-assistant-matter-hub",
"version": "2.3.1",
"version": "2.3.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
Expand Down
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.3.2 (2024-08-01)


### 🐛 Bug Fixes

* invert covers and make them nullsafe ([#234](https://github.com/t0bst4r/matterbridge-home-assistant/issues/234), [#235](https://github.com/t0bst4r/matterbridge-home-assistant/issues/235)) ([511574e](https://github.com/t0bst4r/matterbridge-home-assistant/commit/511574e63864166a7cc12fd3ab49ee0bcb5245af))



## 2.3.1 (2024-07-29)


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.3.1",
"version": "2.3.2",
"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": "^2.3.1",
"home-assistant-matter-hub": "^2.3.2",
"json5": "^2.2.3",
"ws": "^8.18.0"
},
Expand Down

0 comments on commit f71fa8b

Please sign in to comment.