Skip to content

Commit

Permalink
Release 2.4.1
Browse files Browse the repository at this point in the history
[skip ci]

## [2.4.1](v2.4.0...v2.4.1) (2024-04-15)

### Bug Fixes

* add repository url ([1146f45](1146f45))
  • Loading branch information
semantic-release-bot committed Apr 15, 2024
1 parent 1146f45 commit 0ba0f0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.4.1](https://github.com/eggjs/egg-orm/compare/v2.4.0...v2.4.1) (2024-04-15)


### Bug Fixes

* add repository url ([1146f45](https://github.com/eggjs/egg-orm/commit/1146f45a353090f02b61b8e597db16ecf2ac4e19))

## [2.4.0](https://github.com/eggjs/egg-orm/compare/v2.3.1...v2.4.0) (2024-04-15)


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": "egg-orm",
"version": "2.4.0",
"version": "2.4.1",
"description": "Object relational mapping for Egg applications",
"eggPlugin": {
"name": "orm"
Expand Down

0 comments on commit 0ba0f0c

Please sign in to comment.