Skip to content

Commit

Permalink
chore(release): 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 5, 2025
1 parent a2b57d0 commit 5446242
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.7.0](https://github.com/jorenn92/Maintainerr/compare/v2.6.0...v2.7.0) (2025-01-05)


### Bug Fixes

* Equals with lists now only returns true if they are identical ([e900dac](https://github.com/jorenn92/Maintainerr/commit/e900dac47a26cd2f8422584d3eaa9c0a94f7073a))


### Features

* Add rating vote count filters ([05617e1](https://github.com/jorenn92/Maintainerr/commit/05617e12f6f9d8e8a95c39a86f87a02aca8d26ec))

# [2.6.0](https://github.com/jorenn92/Maintainerr/compare/v2.5.0...v2.6.0) (2025-01-01)


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.6.0",
"version": "2.7.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.6.0",
"version": "2.7.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.6.0",
"version": "2.7.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 5446242

Please sign in to comment.