From 978ac86234382c784727f352d5d35fa902cb9dfb Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Wed, 27 Jan 2021 12:27:18 +1030 Subject: [PATCH] chore(release): 2.15.25 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99e571ed2..925f7f6d0 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.25](https://github.com/unraid/api/compare/v2.15.24-rolling-20210127012838...v2.15.25) (2021-01-27) + ### [2.15.24](https://github.com/unraid/api/compare/v2.15.21-rolling-20210126002432...v2.15.24) (2021-01-26) ### [2.15.23](https://github.com/unraid/api/compare/v2.15.21-rolling-20210126002432...v2.15.23) (2021-01-26) diff --git a/package-lock.json b/package-lock.json index 6484e6e0d..a891b70cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.15.24", + "version": "2.15.25", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cc281da6f..fa0916154 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.15.24", + "version": "2.15.25", "main": "dist/index.js", "repository": "git@github.com:unraid/api.git", "author": "Alexis Tyler (https://wvvw.me/)",