Skip to content

Commit ac0e628

Browse files
committed
release: v2.1.1
1 parent ecb66af commit ac0e628

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

History.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2.1.1 / 2022-08-25
2+
==================
3+
4+
## What's Changed
5+
* docs: ts guide doc by @JimmyDaddy in https://github.com/eggjs/egg-orm/pull/23
6+
* fix: override model.app or model.prototype.app event if exists by @cyjake in https://github.com/eggjs/egg-orm/pull/24
7+
* fix: sequelize adapter with model extends from Bone directly and export leoric form egg-orm by @JimmyDaddy in https://github.com/eggjs/egg-orm/pull/26
8+
9+
10+
**Full Changelog**: https://github.com/eggjs/egg-orm/compare/v2.1.0...v2.1.1
11+
112
2.1.0 / 2022-08-24
213
==================
314

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.1.0",
3+
"version": "2.1.1",
44
"description": "Object relational mapping for Egg applications",
55
"eggPlugin": {
66
"name": "orm"

0 commit comments

Comments
 (0)