Skip to content

Commit

Permalink
chore(release): 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 30, 2024
1 parent 044dc23 commit 8f4bd82
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.5.0](https://github.com/jorenn92/Maintainerr/compare/v2.4.1...v2.5.0) (2024-12-30)


### Bug Fixes

* *arr server not persisting on initial save ([#1475](https://github.com/jorenn92/Maintainerr/issues/1475)) ([8ace636](https://github.com/jorenn92/Maintainerr/commit/8ace63659ded1d44eb99fc6c81f00121c91a4b76))
* Client side error when changing rule data/media type ([2e086b2](https://github.com/jorenn92/Maintainerr/commit/2e086b2d76ac6893b56962e7c0d5960c9d1852c9))
* Resolve various UI & UX issues ([#1452](https://github.com/jorenn92/Maintainerr/issues/1452)) ([354b903](https://github.com/jorenn92/Maintainerr/commit/354b903bf4ff1dee216792a15de9d85304994e35))


### Features

* Add season has season/series finale episode ([f53d094](https://github.com/jorenn92/Maintainerr/commit/f53d0949e2291319891ce27424c47e827fcdb615))
* Add season number filter ([f0fd71e](https://github.com/jorenn92/Maintainerr/commit/f0fd71e7062e83553b8bee951adf20a474e7cf2b))

## [2.4.1](https://github.com/jorenn92/Maintainerr/compare/v2.4.0...v2.4.1) (2024-12-25)


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.4.1",
"version": "2.5.0",
"private": true,
"packageManager": "[email protected]",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maintainerr/server",
"version": "2.4.1",
"version": "2.5.0",
"private": true,
"exports": {
"./*": "./src/*.ts"
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maintainerr/ui",
"version": "2.4.1",
"version": "2.5.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 8f4bd82

Please sign in to comment.