chore(main): release 4.9.2 (#1488)

🤖 I have created a release *beep* *boop*
---


## [4.9.2](https://github.com/unraid/api/compare/v4.9.1...v4.9.2)
(2025-07-09)


### Bug Fixes

* invalid configs no longer crash API
([#1491](https://github.com/unraid/api/issues/1491))
([6bf3f77](6bf3f77638))
* invalid state for unraid plugin
([#1492](https://github.com/unraid/api/issues/1492))
([39b8f45](39b8f453da))
* release note escaping
([5b6bcb6](5b6bcb6043))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-07-09 09:23:25 -04:00
committed by GitHub
parent 39b8f453da
commit 20de3ec8d6
7 changed files with 15 additions and 6 deletions

View File

@@ -1 +1 @@
{".":"4.9.1"}
{".":"4.9.2"}

View File

@@ -1,5 +1,14 @@
# Changelog
## [4.9.2](https://github.com/unraid/api/compare/v4.9.1...v4.9.2) (2025-07-09)
### Bug Fixes
* invalid configs no longer crash API ([#1491](https://github.com/unraid/api/issues/1491)) ([6bf3f77](https://github.com/unraid/api/commit/6bf3f776380edeff5133517e6aca223556e30144))
* invalid state for unraid plugin ([#1492](https://github.com/unraid/api/issues/1492)) ([39b8f45](https://github.com/unraid/api/commit/39b8f453da23793ef51f8e7f7196370aada8c5aa))
* release note escaping ([5b6bcb6](https://github.com/unraid/api/commit/5b6bcb6043a5269bff4dc28714d787a5a3f07e22))
## [4.9.1](https://github.com/unraid/api/compare/v4.9.0...v4.9.1) (2025-07-08)

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/api",
"version": "4.9.1",
"version": "4.9.2",
"main": "src/cli/index.ts",
"type": "module",
"corepack": {

View File

@@ -1,7 +1,7 @@
{
"name": "unraid-monorepo",
"private": true,
"version": "4.9.1",
"version": "4.9.2",
"scripts": {
"build": "pnpm -r build",
"build:watch": " pnpm -r --parallel build:watch",

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/connect-plugin",
"version": "4.9.1",
"version": "4.9.2",
"private": true,
"dependencies": {
"commander": "14.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/ui",
"version": "4.9.1",
"version": "4.9.2",
"private": true,
"license": "GPL-2.0-or-later",
"type": "module",

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/web",
"version": "4.9.1",
"version": "4.9.2",
"private": true,
"license": "GPL-2.0-or-later",
"scripts": {