Skip to content

Commit

Permalink
chore(release): 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 1, 2025
1 parent d8bf2d1 commit 777f206
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.6.0](https://github.com/jorenn92/Maintainerr/compare/v2.5.0...v2.6.0) (2025-01-01)


### Bug Fixes

* Docs links ([#1487](https://github.com/jorenn92/Maintainerr/issues/1487)) ([d8bf2d1](https://github.com/jorenn92/Maintainerr/commit/d8bf2d140fccb7d45a3e33a2f4d6426b33684dc8))


### Features

* Add rating filters (RT, IMDb, Trakt) ([4b79f56](https://github.com/jorenn92/Maintainerr/commit/4b79f56aa63ae31388874a1400f873b97dede2b9))

# [2.5.0](https://github.com/jorenn92/Maintainerr/compare/v2.4.1...v2.5.0) (2024-12-30)


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.5.0",
"version": "2.6.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.5.0",
"version": "2.6.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.5.0",
"version": "2.6.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 777f206

Please sign in to comment.