Skip to content

Commit

Permalink
release: v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Aug 24, 2022
1 parent 77d6404 commit 60d00c7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
2.1.0 / 2022-08-24
==================

## What's Changed
* feat: add index.d.ts by @luckydrq in https://github.com/eggjs/egg-orm/pull/17
* test: declaration types integration test by @cyjake in https://github.com/eggjs/egg-orm/pull/18
* chore: elaborate example apps by @cyjake in https://github.com/eggjs/egg-orm/pull/19
* docs: zh readme refabrication by @cyjake in https://github.com/eggjs/egg-orm/pull/20
* fix: readme by @leoner in https://github.com/eggjs/egg-orm/pull/21
* feat: support ts and class model definition by @JimmyDaddy in https://github.com/eggjs/egg-orm/pull/22

## New Contributors
* @luckydrq made their first contribution in https://github.com/eggjs/egg-orm/pull/17
* @leoner made their first contribution in https://github.com/eggjs/egg-orm/pull/21

**Full Changelog**: https://github.com/eggjs/egg-orm/compare/v2.0.0...v2.1.0

2.0.0 / 2022-01-06
==================

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

0 comments on commit 60d00c7

Please sign in to comment.