From f951f7cacdf09c338cd8c64a57ea98d3ff1e393c Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Mon, 3 Feb 2020 15:50:23 +1030 Subject: [PATCH] chore(release): 2.1.26 --- 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 a5e2985da..69aa01562 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.1.26](https://github.com/unraid/graphql-api/compare/v2.1.25...v2.1.26) (2020-02-03) + + +### Bug Fixes + +* make sure master doesnt die when worker does ([19d6501](https://github.com/unraid/graphql-api/commit/19d650197679c4c943ca07db5ab52d5eca80c6fc)) + ### [2.1.25](https://github.com/unraid/graphql-api/compare/v2.1.24...v2.1.25) (2020-02-02) ### [2.1.24](https://github.com/unraid/graphql-api/compare/v2.1.23...v2.1.24) (2020-02-02) diff --git a/package-lock.json b/package-lock.json index 32cd21632..e30e0b1ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@unraid/graphql-api", - "version": "2.1.25", + "version": "2.1.26", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b53eb12de..b98d847ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/graphql-api", - "version": "2.1.25", + "version": "2.1.26", "main": "dist/index.js", "repository": "git@github.com:unraid/graphql-api.git", "author": "Alexis Tyler (https://wvvw.me/)",