chore(release): 1.0.0-beta.2 [skip ci]

This commit is contained in:
Releases Homarr
2024-12-17 20:07:46 +00:00
parent bf59a2ad87
commit 9ab36f8956
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
## [1.0.0-beta.2](https://github.com/homarr-labs/homarr/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2024-12-17)
### Bug Fixes
* add missing branch-name to discord deploy notification ([50697eb](https://github.com/homarr-labs/homarr/commit/50697eb21f923bbe9a6811c964cfc313f79a2806))
## 1.0.0-beta.1 (2024-12-17)
### ⚠ BREAKING CHANGES

View File

@@ -1,6 +1,6 @@
{
"name": "homarr",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"private": true,
"scripts": {
"build": "cross-env CI=true turbo build",