From 337aa8cc6b4e7b7f926c598097f20e1fbb41e182 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Mon, 5 Jul 2021 16:08:52 +0930 Subject: [PATCH] chore(release): 2.21.0 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25031caeb..49276b2cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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. +## [2.21.0](https://github.com/unraid/api/compare/v2.20.1...v2.21.0) (2021-07-05) + + +### Features + +* optimise services endpoint ([396a827](https://github.com/unraid/api/commit/396a827bd1603597ccf382c26b63dd40b80c635e)) + + +### Bug Fixes + +* better error message ([396ce26](https://github.com/unraid/api/commit/396ce2607dde53a24d1be93874d8827871400a19)) +* ensure ssl cert and my-servers-config are watched ([0ab765b](https://github.com/unraid/api/commit/0ab765b8326216135f9058f7117b409fbf496145)) +* ensure switch-env writes the newEnv not staging ([32938d7](https://github.com/unraid/api/commit/32938d747d6a9250ce9ba39b458505da7a8179d2)) +* ensure we do a case insensative check for origins ([a097b7c](https://github.com/unraid/api/commit/a097b7ceae62af83662ff507588c1b2eae76bafc)) + ### [2.20.1](https://github.com/unraid/api/compare/v2.20.0...v2.20.1) (2021-06-30) diff --git a/package-lock.json b/package-lock.json index 98cd87226..1c7f0280f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.20.1", + "version": "2.21.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5fad9043d..35963f2ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.20.1", + "version": "2.21.0", "main": "dist/index.js", "repository": "git@github.com:unraid/api.git", "author": "Alexis Tyler (https://wvvw.me/)", @@ -262,4 +262,4 @@ "uuid-apikey", "xhr2" ] -} \ No newline at end of file +}