From fcc54df830a8fb25638a66e5486ff392b687beb5 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Sat, 5 Dec 2020 07:18:11 +1030 Subject: [PATCH] chore(release): 2.15.10 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e52c7b859..67128131e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.15.10](https://github.com/unraid/node-api/compare/v2.15.9-rolling-20201204195706...v2.15.10) (2020-12-04) + ### [2.15.9](https://github.com/unraid/node-api/compare/v2.15.8...v2.15.9) (2020-11-25) ### [2.15.8](https://github.com/unraid/node-api/compare/v2.15.7-rolling-20201125000755...v2.15.8) (2020-11-25) diff --git a/package-lock.json b/package-lock.json index 24d173266..449eb7a9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@unraid/node-api", - "version": "2.15.9", + "version": "2.15.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6c64ea743..f28e8d2b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/node-api", - "version": "2.15.9", + "version": "2.15.10", "main": "dist/index.js", "repository": "git@github.com:unraid/node-api.git", "author": "Alexis Tyler (https://wvvw.me/)", @@ -250,4 +250,4 @@ "uuid", "uuid-apikey" ] -} \ No newline at end of file +}