From d144b4453ac7926430395ba7aa53c659bc7d6834 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Tue, 29 Jun 2021 09:12:37 +0930 Subject: [PATCH] chore(release): 2.19.9 --- 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 1703078db..8a00ad8a4 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.19.9](https://github.com/unraid/api/compare/v2.19.8...v2.19.9) (2021-06-28) + + +### Bug Fixes + +* add extra origins ([5e60b30](https://github.com/unraid/api/commit/5e60b301976aae5faa65e6b4551870c1d01ab973)) +* add www.hash origin ([9134c66](https://github.com/unraid/api/commit/9134c663540f80700e897b8d915f1b5e18de7b38)) + ### [2.19.8](https://github.com/unraid/api/compare/v2.19.7...v2.19.8) (2021-06-28) diff --git a/package-lock.json b/package-lock.json index 4ef4eed30..fb211f515 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.19.8", + "version": "2.19.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c6fe0dd62..da96f345d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.19.8", + "version": "2.19.9", "main": "dist/index.js", "repository": "git@github.com:unraid/api.git", "author": "Alexis Tyler (https://wvvw.me/)",