From 07e4e950d92544797ddf026f5259e9bb5dec839c Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Mon, 1 Mar 2021 15:35:17 +1030 Subject: [PATCH] chore(release): 2.15.34 --- 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 ae0c11a03..c42aef091 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.34](https://github.com/unraid/api/compare/v2.15.33-rolling-20210301050144...v2.15.34) (2021-03-01) + ### [2.15.33](https://github.com/unraid/api/compare/v2.15.32-rolling-20210225000914...v2.15.33) (2021-02-25) ### [2.15.32](https://github.com/unraid/api/compare/v2.15.31-rolling-20210223003452...v2.15.32) (2021-02-23) diff --git a/package-lock.json b/package-lock.json index df3ca3698..a53f1acb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.15.33", + "version": "2.15.34", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 22f3230a9..cc6ae9807 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.15.33", + "version": "2.15.34", "main": "dist/index.js", "repository": "git@github.com:unraid/api.git", "author": "Alexis Tyler (https://wvvw.me/)",