Skip to content

Commit

Permalink
release: v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Apr 24, 2022
1 parent 18907a7 commit 40e9ac6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2.4.0 / 2022-04-24
==================

## What's Changed
* feat: support custom driver by @JimmyDaddy in https://github.com/cyjake/leoric/pull/304
* chore: update build status badge by @snapre in https://github.com/cyjake/leoric/pull/305
* feat: export more ts type definitions and use deep-equal module by @JimmyDaddy in https://github.com/cyjake/leoric/pull/306

## New Contributors
* @snapre made their first contribution in https://github.com/cyjake/leoric/pull/305

**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.3.2...v2.4.0

2.3.2 / 2022-04-15
==================

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

0 comments on commit 40e9ac6

Please sign in to comment.