diff --git a/CHANGELOG.md b/CHANGELOG.md index 182fbf9be..02d8ba584 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.43](https://github.com/unraid/api/compare/v2.15.42...v2.15.43) (2021-03-19) + + +### Bug Fixes + +* getting incorrect pid for process ([53f135a](https://github.com/unraid/api/commit/53f135a00e9530dc3fb9419e7bb452b0ec7ea666)) + ### [2.15.42](https://github.com/unraid/api/compare/v2.15.41-rolling-20210319063147...v2.15.42) (2021-03-19) diff --git a/package-lock.json b/package-lock.json index 96a94a497..f129d7915 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.15.42", + "version": "2.15.43", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b7cf2688d..10fdbcfc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.15.42", + "version": "2.15.43", "main": "dist/index.js", "repository": "git@github.com:unraid/api.git", "author": "Alexis Tyler (https://wvvw.me/)",