From d6f386a992a5c1470407354ef5558cf345969e4f Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Wed, 3 May 2023 15:19:10 -0400 Subject: [PATCH] chore(release): 3.1.1 --- api/CHANGELOG.md | 10 ++++++++++ api/package-lock.json | 4 ++-- api/package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index b62cfc01d..d00620493 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -2,6 +2,16 @@ 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.1.1](https://github.com/unraid/api/compare/v3.1.0...v3.1.1) (2023-05-03) + + +### Bug Fixes + +* always get unraid version from var ([#638](https://github.com/unraid/api/issues/638)) ([f117331](https://github.com/unraid/api/commit/f1173319747d26d6a0c297e0844f0746b8e8de3c)) +* app can be linted ([#639](https://github.com/unraid/api/issues/639)) ([c159232](https://github.com/unraid/api/commit/c1592320b623f8e69128c7fcf184dc3ef336de99)) +* disable dynamic manual port unless USE_SSL = strict ([#636](https://github.com/unraid/api/issues/636)) ([0baf138](https://github.com/unraid/api/commit/0baf1385ebc86f63dd645e4da584bd4c94b92a07)) +* ensure api key before allowing connection ([#635](https://github.com/unraid/api/issues/635)) ([ffe9d2c](https://github.com/unraid/api/commit/ffe9d2cff65a08e964ca585319333d522a2429bd)) + ## [3.1.0](https://github.com/unraid/api/compare/v3.0.1...v3.1.0) (2023-04-27) diff --git a/api/package-lock.json b/api/package-lock.json index e3a4cb013..7140b10f3 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "@unraid/api", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@unraid/api", - "version": "3.1.0", + "version": "3.1.1", "license": "UNLICENSED", "dependencies": { "@apollo/client": "^3.7.12", diff --git a/api/package.json b/api/package.json index 8fac3071f..865e12fa1 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "3.1.0", + "version": "3.1.1", "main": "dist/index.js", "bin": "dist/unraid-api.cjs", "type": "module",