Skip to content

Commit

Permalink
chore(release): 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 25, 2024
1 parent 995d01e commit f20886e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2.0.3](https://github.com/jorenn92/Maintainerr/compare/v2.0.2...v2.0.3) (2024-03-25)


### Bug Fixes

* Automatically prepend https for Overseerr, Sonarr and Radarr when choosing port 443 ([1616cfd](https://github.com/jorenn92/Maintainerr/commit/1616cfd0c4196b298fd5699621f17e07e68de768))
* Ensure proper URL generation on the settings pages by handling the pathname in hostnames correctly ([f8a80a7](https://github.com/jorenn92/Maintainerr/commit/f8a80a7787105e1d9a8e01f02785796fbccc3853))
* Fixed an issue where episodes would only be deleted, but not unmonitored when using the 'Unmonitor and delete episode' rule action ([#943](https://github.com/jorenn92/Maintainerr/issues/943)) ([070b381](https://github.com/jorenn92/Maintainerr/commit/070b381f05c1856e8789b32de8fef010350881c6))
* **rules:** Season action 'unmonitor and delete existing episodes' will now correctly remove and unmonitor existing episodes. The season itself will stay monitored. ([#951](https://github.com/jorenn92/Maintainerr/issues/951)) ([c5a135b](https://github.com/jorenn92/Maintainerr/commit/c5a135b94b42e7d2faf2b91ecda61d6ccfefa682))
* Shows will now be correctly unmonitored when using the 'unmonitor..' Sonarr action. Previously, only the seasons would be unmonitored ([e6bff13](https://github.com/jorenn92/Maintainerr/commit/e6bff13626a98852163cd7bf5c8ba921c78ec16b))

## [2.0.2](https://github.com/jorenn92/Maintainerr/compare/v2.0.1...v2.0.2) (2024-02-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maintainerr",
"version": "2.0.2",
"version": "2.0.3",
"private": true,
"packageManager": "yarn@4.1.1",
"repository": {
Expand Down

0 comments on commit f20886e

Please sign in to comment.