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.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 24, 2024
1 parent 45bdaa6 commit 0127f63
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.0.1 (2024-07-24)


### 🚀 Chore

* update node-types to 20 ([45bdaa6](https://github.com/t0bst4r/matterbridge-home-assistant/commit/45bdaa6e7443a9f116cc0390010bb7222c7338bf))



## 2.0.0 (2024-07-24)


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.0.0",
"version": "2.0.1",
"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.0.1 (2024-07-24)


### 🚀 Chore

* update node-types to 20 ([45bdaa6](https://github.com/t0bst4r/matterbridge-home-assistant/commit/45bdaa6e7443a9f116cc0390010bb7222c7338bf))



## 2.0.0 (2024-07-24)


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.0.0",
"version": "2.0.1",
"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.0.1 (2024-07-24)


### 🚀 Chore

* update node-types to 20 ([45bdaa6](https://github.com/t0bst4r/matterbridge-home-assistant/commit/45bdaa6e7443a9f116cc0390010bb7222c7338bf))



## 2.0.0 (2024-07-24)


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.0.0",
"version": "2.0.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": "^2.0.0",
"home-assistant-matter-hub": "^2.0.1",
"ws": "^8.18.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 0127f63

Please sign in to comment.