Skip to content

Commit

Permalink
chore: release v3.0.0-alpha.44
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 29, 2024
1 parent dee117e commit fe20822
Show file tree
Hide file tree
Showing 9 changed files with 80 additions and 16 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 3.0.0-alpha.44 (2024-11-29)

### 🚀 Features

- add base url and proxy detection ([bbce762](https://github.com/t0bst4r/home-assistant-matter-hub/commit/bbce762))
- **cli:** allow explicit whitelisting of ip addresses for http ([dee117e](https://github.com/t0bst4r/home-assistant-matter-hub/commit/dee117e))

### 🩹 Fixes

- prevent edge cases where storage gets deleted ([3bdc6ee](https://github.com/t0bst4r/home-assistant-matter-hub/commit/3bdc6ee))
- built clean update mechanism to prevent devices to get re-created ([26dc0be](https://github.com/t0bst4r/home-assistant-matter-hub/commit/26dc0be))
- **frontend:** add base to index.html ([75137fe](https://github.com/t0bst4r/home-assistant-matter-hub/commit/75137fe))

### ❤️ Thank You

- Tobias Glatthar @t0bst4r

## 3.0.0-alpha.43 (2024-11-28)

### 🩹 Fixes
Expand Down
2 changes: 1 addition & 1 deletion apps/docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@home-assistant-matter-hub/docker",
"version": "3.0.0-alpha.43",
"version": "3.0.0-alpha.44",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/home-assistant-matter-hub/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "home-assistant-matter-hub",
"description": "",
"version": "3.0.0-alpha.43",
"version": "3.0.0-alpha.44",
"private": false,
"destination": "./pack",
"type": "module",
Expand Down
Loading

0 comments on commit fe20822

Please sign in to comment.