From 4b735f63e85547f88ee117df7bbebd6d2ebefd31 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Sep 2024 07:16:20 +0000 Subject: [PATCH] chore(release): 2.1.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41ac8cd3..58c0d0f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.1.1](https://github.com/jorenn92/Maintainerr/compare/v2.1.0...v2.1.1) (2024-09-09) + + +### Bug Fixes + +* Fixed an issue where 'Users that saw all available episodes' & 'Users that watch the show/season/episode' wouldn't work for the owner user after 2.1.0 ([#1252](https://github.com/jorenn92/Maintainerr/issues/1252)) ([bf8c2d3](https://github.com/jorenn92/Maintainerr/commit/bf8c2d31cb5961e44643356ae84a9744427df187)) +* The server no longer crashes when community.plex.tv rate limits have been hit. Also improved logging and increased API paging chunks to minimize the occurrence of this error. ([#1253](https://github.com/jorenn92/Maintainerr/issues/1253)) ([8227f8c](https://github.com/jorenn92/Maintainerr/commit/8227f8c2b2739460929b1b8cf381016efcb94732)) +* When a Tvdb ID isn't found, a warning with the media item's title is now displayed ([fb27332](https://github.com/jorenn92/Maintainerr/commit/fb273323fe6ddd689d976d7717a9c86728ae62cd)) + # [2.1.0](https://github.com/jorenn92/Maintainerr/compare/v2.0.4...v2.1.0) (2024-09-02) diff --git a/package.json b/package.json index 15f6ecf2..e362553c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maintainerr", - "version": "2.1.0", + "version": "2.1.1", "private": true, "packageManager": "yarn@4.1.1", "repository": {