Skip to content

Commit ef4d3f9

Browse files
committed
release: v2.3.0
1 parent e9661c9 commit ef4d3f9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

History.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2.3.0 / 2022-11-09
2+
==================
3+
4+
## What's Changed
5+
* feat: rewire prototype of models when subclassing is enabled by @cyjake in https://github.com/eggjs/egg-orm/pull/29
6+
7+
8+
**Full Changelog**: https://github.com/eggjs/egg-orm/compare/v2.2.0...v2.3.0
9+
110
2.2.0 / 2022-09-08
211
==================
312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg-orm",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Object relational mapping for Egg applications",
55
"eggPlugin": {
66
"name": "orm"

0 commit comments

Comments
 (0)