Skip to content

Commit

Permalink
release: v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Mar 24, 2023
1 parent 4220846 commit 08e1af8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2.10.0 / 2023-03-24
===================

## What's Changed
* feat: add db pacakges to peerDependencies by @fengmk2 in https://github.com/cyjake/leoric/pull/375
* feat: support manual rollback & commit for transaction, fix #371 by @JimmyDaddy in https://github.com/cyjake/leoric/pull/376
* feat: optimize join query parsing fix #378 by @JimmyDaddy in https://github.com/cyjake/leoric/pull/380


**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.9.2...v2.10.0

2.9.2 / 2023-01-04
==================

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": "leoric",
"version": "2.9.2",
"version": "2.10.0",
"description": "JavaScript Object-relational mapping alchemy",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 08e1af8

Please sign in to comment.