chore(main): release 4.9.5 (#1503)

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


## [4.9.5](https://github.com/unraid/api/compare/v4.9.4...v4.9.5)
(2025-07-10)


### Bug Fixes

* **connect:** rm eager restart on `ERROR_RETYING` connection status
([#1502](https://github.com/unraid/api/issues/1502))
([dd759d9](dd759d9f0f))

---
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-10 10:27:45 -04:00
committed by GitHub
parent dd759d9f0f
commit c7801a9236
7 changed files with 13 additions and 6 deletions

View File

@@ -1 +1 @@
{".":"4.9.4"}
{".":"4.9.5"}

View File

@@ -1,5 +1,12 @@
# Changelog
## [4.9.5](https://github.com/unraid/api/compare/v4.9.4...v4.9.5) (2025-07-10)
### Bug Fixes
* **connect:** rm eager restart on `ERROR_RETYING` connection status ([#1502](https://github.com/unraid/api/issues/1502)) ([dd759d9](https://github.com/unraid/api/commit/dd759d9f0f841b296f8083bc67c6cd3f7a69aa5b))
## [4.9.4](https://github.com/unraid/api/compare/v4.9.3...v4.9.4) (2025-07-09)

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "unraid-monorepo",
"private": true,
"version": "4.9.4",
"version": "4.9.5",
"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.4",
"version": "4.9.5",
"private": true,
"dependencies": {
"commander": "14.0.0",

View File

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

View File

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