From 343f745d37c612c4a140ad1dedfae4ee81e68d0f Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Tue, 13 Jul 2021 09:12:31 +0930 Subject: [PATCH] chore(release): 2.21.4 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0bd69f66..72805cba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.4](https://github.com/unraid/api/compare/v2.21.3...v2.21.4) (2021-07-12) + + +### Bug Fixes + +* add tsc check to cover:types ([24a74a5](https://github.com/unraid/api/commit/24a74a52bb42bdff8313122fc0da135971f5e569)) +* update docker-events ([b7ce6f8](https://github.com/unraid/api/commit/b7ce6f803f189303231d529268ab11834d369e0b)) + ### [2.21.3](https://github.com/unraid/api/compare/v2.21.2...v2.21.3) (2021-07-08) diff --git a/package-lock.json b/package-lock.json index b98dc17f6..fc4508263 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.21.3", + "version": "2.21.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2c9201bd0..7abe6da98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.21.3", + "version": "2.21.4", "main": "dist/index.js", "repository": "git@github.com:unraid/api.git", "author": "Alexis Tyler (https://wvvw.me/)",