From 6af89eeb6f300f674dc1d839a65f8ae9c6fc77f0 Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 15 Sep 2021 08:46:32 +0930 Subject: [PATCH] chore(release): 2.26.8 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c8d112b..c44ea06cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.26.8](https://github.com/unraid/api/compare/v2.26.7...v2.26.8) (2021-09-14) + + +### Bug Fixes + +* add better nchan logging ([ddff2b4](https://github.com/unraid/api/commit/ddff2b4f3ddb2659ec35881be31a8db90ebc7774)) +* ensure relay connects even if the socket exists ([23a1e89](https://github.com/unraid/api/commit/23a1e894a62ad457703825666f8dc5c24cc406ab)) + ### [2.26.7](https://github.com/unraid/api/compare/v2.26.6...v2.26.7) (2021-09-14) diff --git a/package-lock.json b/package-lock.json index 48c4aa9f0..aea905a50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.26.7", + "version": "2.26.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 70b9ee805..5d88216f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.26.7", + "version": "2.26.8", "main": "dist/index.js", "repository": "git@github.com:unraid/api.git", "author": "Alexis Tyler (https://wvvw.me/)",