From 58b5544beabe4275fb89d75203e00c90d462cfd5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:44:16 -0400 Subject: [PATCH] chore(main): release 4.13.1 (#1588) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- api/CHANGELOG.md | 7 +++++++ api/package.json | 2 +- package.json | 2 +- plugin/package.json | 2 +- unraid-ui/package.json | 2 +- web/package.json | 2 +- 7 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ea1d1f03b..6092d66c7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.13.0"} +{".":"4.13.1"} diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 41c7a6194..9cf57b7d4 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.13.1](https://github.com/unraid/api/compare/v4.13.0...v4.13.1) (2025-08-15) + + +### Bug Fixes + +* insecure routes not working for SSO ([#1587](https://github.com/unraid/api/issues/1587)) ([a4ff3c4](https://github.com/unraid/api/commit/a4ff3c40926915f6989ed4af679b30cf295ea15d)) + ## [4.13.0](https://github.com/unraid/api/compare/v4.12.0...v4.13.0) (2025-08-15) diff --git a/api/package.json b/api/package.json index 50a48d7e8..42e9db847 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "4.13.0", + "version": "4.13.1", "main": "src/cli/index.ts", "type": "module", "corepack": { diff --git a/package.json b/package.json index 34f64df4a..ac0577a43 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unraid-monorepo", "private": true, - "version": "4.13.0", + "version": "4.13.1", "scripts": { "build": "pnpm -r build", "build:watch": " pnpm -r --parallel build:watch", diff --git a/plugin/package.json b/plugin/package.json index 7ba2061c0..a62532a00 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/connect-plugin", - "version": "4.13.0", + "version": "4.13.1", "private": true, "dependencies": { "commander": "14.0.0", diff --git a/unraid-ui/package.json b/unraid-ui/package.json index e455ddf2e..fcdf04e22 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/ui", - "version": "4.13.0", + "version": "4.13.1", "private": true, "license": "GPL-2.0-or-later", "type": "module", diff --git a/web/package.json b/web/package.json index dd6d09a39..e3bc1b4f7 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/web", - "version": "4.13.0", + "version": "4.13.1", "private": true, "license": "GPL-2.0-or-later", "scripts": {