Skip to content

Commit

Permalink
chore(release): 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 20, 2024
1 parent 47a9651 commit 1ec7512
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.4.0](https://github.com/jorenn92/Maintainerr/compare/v2.3.1...v2.4.0) (2024-12-20)


### Bug Fixes

* Community rules & incorrect out of date ([#1448](https://github.com/jorenn92/Maintainerr/issues/1448)) ([1797104](https://github.com/jorenn92/Maintainerr/commit/17971044d88e84bb66fd80a772206ed7dda4d030))
* Media type selection not reflecting what is saved ([#1444](https://github.com/jorenn92/Maintainerr/issues/1444)) ([47a9651](https://github.com/jorenn92/Maintainerr/commit/47a9651fa579c38e23012a2b6d4878b88ceaf0dc))


### Features

* add about page ([#1408](https://github.com/jorenn92/Maintainerr/issues/1408)) ([56fda5c](https://github.com/jorenn92/Maintainerr/commit/56fda5c129183feafd867839b92fc94e6ed52b9e))

## [2.3.1](https://github.com/jorenn92/Maintainerr/compare/v2.3.0...v2.3.1) (2024-12-17)


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.3.1",
"version": "2.4.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.3.1",
"version": "2.4.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.3.1",
"version": "2.4.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 1ec7512

Please sign in to comment.