From 98242ce4acf027df4e7bd8380861dd4308119917 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Tue, 29 Jun 2021 06:48:31 +0930 Subject: [PATCH] chore(release): 2.19.7 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43fe0a02d..6b8d91e13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.7](https://github.com/unraid/api/compare/v2.19.6...v2.19.7) (2021-06-28) + + +### Bug Fixes + +* os.uptime ([33a48ed](https://github.com/unraid/api/commit/33a48ed65505a820747cade0bb2da1038aab432d)) + ### [2.19.6](https://github.com/unraid/api/compare/v2.19.5...v2.19.6) (2021-06-28) diff --git a/package-lock.json b/package-lock.json index 9fc09d571..aa55029b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.19.6", + "version": "2.19.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 579f3aea4..52ee4cd2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.19.6", + "version": "2.19.7", "main": "dist/index.js", "repository": "git@github.com:unraid/api.git", "author": "Alexis Tyler (https://wvvw.me/)", @@ -273,4 +273,4 @@ "uuid-apikey", "xhr2" ] -} \ No newline at end of file +}