diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ffd26a12..3251a9e21 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.4](https://github.com/unraid/node-api/compare/v2.15.3-rolling-20201111222454...v2.15.4) (2020-11-11) + ### [2.15.3](https://github.com/unraid/node-api/compare/v2.15.2-rolling-20201111005339...v2.15.3) (2020-11-11) ### [2.15.2](https://github.com/unraid/node-api/compare/v2.15.1...v2.15.2) (2020-11-10) diff --git a/package-lock.json b/package-lock.json index 37d23837d..01c07e4c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@unraid/node-api", - "version": "2.15.3", + "version": "2.15.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 526c276db..136b9dd88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/node-api", - "version": "2.15.3", + "version": "2.15.4", "main": "dist/index.js", "repository": "git@github.com:unraid/node-api.git", "author": "Alexis Tyler (https://wvvw.me/)",