From bf7371b3aacba74edf1e488e4069867f0c3fed3b Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Tue, 25 Apr 2023 17:40:43 -0400 Subject: [PATCH] chore(release): 3.0.1 --- api/CHANGELOG.md | 9 +++++++++ api/package-lock.json | 4 ++-- api/package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 78e6c64fc..e1f5b90b3 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.0.1](https://github.com/unraid/api/compare/v3.0.0...v3.0.1) (2023-04-25) + + +### Bug Fixes + +* add missing signInUnraidNetAccount translation key ([#614](https://github.com/unraid/api/issues/614)) ([bee6203](https://github.com/unraid/api/commit/bee62030f24f0d60cf0d9d4b4d0e1c8c4db5f8f2)) +* remote client non-http ([#617](https://github.com/unraid/api/issues/617)) ([e80cfe3](https://github.com/unraid/api/commit/e80cfe3d67a903afa3389cfb762cfce3fc368593)) +* webgui listening on different port ([#615](https://github.com/unraid/api/issues/615)) ([59c3c9d](https://github.com/unraid/api/commit/59c3c9d6694a2cc83b734b4ac8d42621df90f596)) + ## [3.0.0](https://github.com/unraid/api/compare/v2.58.0...v3.0.0) (2023-04-25) ## [2.58.0](https://github.com/unraid/api/compare/v2.57.0...v2.58.0) (2023-04-25) diff --git a/api/package-lock.json b/api/package-lock.json index 82c95f0b0..7401f5cbc 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "@unraid/api", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@unraid/api", - "version": "3.0.0", + "version": "3.0.1", "license": "UNLICENSED", "dependencies": { "@apollo/client": "^3.7.12", diff --git a/api/package.json b/api/package.json index faef91187..0ca729eb2 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "3.0.0", + "version": "3.0.1", "main": "dist/index.js", "bin": "dist/unraid-api.cjs", "type": "module",