diff --git a/CHANGELOG.md b/CHANGELOG.md index b76ddf3c1..ae0c11a03 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.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) ### [2.15.31](https://github.com/unraid/api/compare/v2.15.30-rolling-20210215042604...v2.15.31) (2021-02-15) diff --git a/package-lock.json b/package-lock.json index f8c5a0dd5..f9004d8ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.15.32", + "version": "2.15.33", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d8b44bdec..1b0b6a3ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.15.32", + "version": "2.15.33", "main": "dist/index.js", "repository": "git@github.com:unraid/api.git", "author": "Alexis Tyler (https://wvvw.me/)",