diff --git a/CHANGELOG.md b/CHANGELOG.md index b210e8a88..2d5f22d0e 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.15.21](https://github.com/unraid/api/compare/v2.15.20-rolling-20210122032244...v2.15.21) (2021-01-22) + + +### Bug Fixes + +* Cannot find module 'string-to-color' ([a2b4a98](https://github.com/unraid/api/commit/a2b4a98f932f3404e94789794d8f89901f94c623)) + ### [2.15.20](https://github.com/unraid/api/compare/v2.15.19...v2.15.20) (2020-12-17) ### [2.15.19](https://github.com/unraid/api/compare/v2.15.17-rolling-20201217015904...v2.15.19) (2020-12-17) diff --git a/package-lock.json b/package-lock.json index 1647fea69..71f2fa9b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.15.20", + "version": "2.15.21", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a00a94a8a..9b93a66ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.15.20", + "version": "2.15.21", "main": "dist/index.js", "repository": "git@github.com:unraid/api.git", "author": "Alexis Tyler (https://wvvw.me/)",