Skip to content

Commit

Permalink
release: v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Dec 19, 2023
1 parent b87701f commit 93718d3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2.3.1 / 2023-12-19
==================

## What's Changed
* Add CodeQL workflow for GitHub code scanning by @lgtm-com in https://github.com/eggjs/egg-orm/pull/32
* chore: overwrite the default console.error in logQueryError by @cyjake in https://github.com/eggjs/egg-orm/pull/33

## New Contributors
* @lgtm-com made their first contribution in https://github.com/eggjs/egg-orm/pull/32

**Full Changelog**: https://github.com/eggjs/egg-orm/compare/v2.3.0...v2.3.1

2.3.0 / 2022-11-09
==================

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

0 comments on commit 93718d3

Please sign in to comment.