From 09e8e0676a5ea2049f7ff69e4ab019a0c7444486 Mon Sep 17 00:00:00 2001 From: Alexis Date: Thu, 23 Sep 2021 06:23:13 +0930 Subject: [PATCH] chore(release): 2.26.13 --- 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 525b2dd57..de593776e 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.13](https://github.com/unraid/api/compare/v2.26.12...v2.26.13) (2021-09-22) + + +### Bug Fixes + +* crashReporting crashing when false ([f260b7b](https://github.com/unraid/api/commit/f260b7b3d6ffea2897e16835bda9d347e697d5a9)) +* pre-fill user server cache on start ([930cb17](https://github.com/unraid/api/commit/930cb17848e47419861c373a8613d46a0da67219)) + ### [2.26.12](https://github.com/unraid/api/compare/v2.26.11...v2.26.12) (2021-09-15) diff --git a/package-lock.json b/package-lock.json index 0cc7f6047..6e5ea1e35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.26.12", + "version": "2.26.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 973fcb6fc..a461bab4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "2.26.12", + "version": "2.26.13", "main": "dist/index.js", "repository": "git@github.com:unraid/api.git", "author": "Alexis Tyler (https://wvvw.me/)",