From 70a6d1f2e9a80151afb2602802e9482ff30eb129 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Thu, 8 Jul 2021 09:39:57 +0930 Subject: [PATCH] chore(release): 2.21.3 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbcb12b4d..b0bd69f66 100644 --- a/CHANGELOG.md +++ b/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. +### [2.21.3](https://github.com/unraid/api/compare/v2.21.2...v2.21.3) (2021-07-08) + + +### Bug Fixes + +* update hash var ([7193644](https://github.com/unraid/api/commit/71936449496d5af28c6b64c64a266b95d9fad0e3)) +* update hash var ([8eb4296](https://github.com/unraid/api/commit/8eb4296ab6ad2e4898dc3c45de40dc55e4dab8ff)) +* update hash var ([19114ea](https://github.com/unraid/api/commit/19114ea3a097066175ace10cc207f4b74eb44d13)) + ### [2.21.2](https://github.com/unraid/api/compare/v2.21.1...v2.21.2) (2021-07-06) diff --git a/package-lock.json b/package-lock.json index d92578d13..6616dc9d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.21.2", + "version": "2.21.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9b4c7fe31..7e5b3dcd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.21.2", + "version": "2.21.3", "main": "dist/index.js", "repository": "git@github.com:unraid/api.git", "author": "Alexis Tyler (https://wvvw.me/)",