From 120ba3e4478bfaf8187e540a1be7ebf92de81586 Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Thu, 11 Jan 2024 17:28:39 -0500 Subject: [PATCH] chore(release): 3.4.0 --- api/CHANGELOG.md | 15 +++++++++++++++ api/package-lock.json | 4 ++-- api/package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 20421c877..2bffbba79 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -2,6 +2,21 @@ 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. +## [3.4.0](https://github.com/unraid/api/compare/v3.3.0...v3.4.0) (2024-01-11) + + +### Features + +* add logrotate to cron in nestjs ([#839](https://github.com/unraid/api/issues/839)) ([5c91524](https://github.com/unraid/api/commit/5c91524d849147c0ac7925f3a2f1cce67ffe75de)) + + +### Bug Fixes + +* allow failure for log deletion ([eff3142](https://github.com/unraid/api/commit/eff31423927644be436a831126678719c2eb0621)) +* allowed origins check not working without spaces ([#838](https://github.com/unraid/api/issues/838)) ([b998b38](https://github.com/unraid/api/commit/b998b38355fab77ecc2f62bc64896766218db3d4)) +* excessive logging ([89cb254](https://github.com/unraid/api/commit/89cb2544ed0e0edd33b59f15d487487e22c0ae32)) +* run hourly ([0425794](https://github.com/unraid/api/commit/0425794356a01262222e7dff2645d3629e00d0f6)) + ## [3.3.0](https://github.com/unraid/api/compare/v3.2.3...v3.3.0) (2024-01-09) diff --git a/api/package-lock.json b/api/package-lock.json index 5ff527996..ce2abab73 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "@unraid/api", - "version": "3.3.0", + "version": "3.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@unraid/api", - "version": "3.3.0", + "version": "3.4.0", "license": "UNLICENSED", "dependencies": { "@apollo/client": "^3.7.12", diff --git a/api/package.json b/api/package.json index 38d368a32..eedbaf037 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "3.3.0", + "version": "3.4.0", "main": "dist/index.js", "bin": "dist/unraid-api.cjs", "type": "module",