From 4b9e95ae91ae3dee754dd7fbab256ea02da91ec4 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Tue, 20 Oct 2020 11:57:20 +1030 Subject: [PATCH] chore(release): 2.11.6 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b07f69260..f86cc13f6 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.11.6](https://github.com/unraid/node-api/compare/v2.11.5...v2.11.6) (2020-10-20) + + +### Bug Fixes + +* prevent killing of pid 1 when running stop ([0c1151e](https://github.com/unraid/node-api/commit/0c1151e43fa50df832ca86c685b2353c9bdce1e2)) + ### [2.11.5](https://github.com/unraid/graphql-api/compare/v2.11.4...v2.11.5) (2020-10-20) ### [2.11.4](https://github.com/unraid/graphql-api/compare/v2.11.3...v2.11.4) (2020-10-20) diff --git a/package-lock.json b/package-lock.json index 34a7560a4..3d493660d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@unraid/node-api", - "version": "2.11.5", + "version": "2.11.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6e1e58240..f0187bca9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/node-api", - "version": "2.11.5", + "version": "2.11.6", "main": "dist/index.js", "repository": "git@github.com:unraid/node-api.git", "author": "Alexis Tyler (https://wvvw.me/)",