diff --git a/History.md b/History.md index 2a767482..154bf9fb 100644 --- a/History.md +++ b/History.md @@ -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 ================== diff --git a/package.json b/package.json index 62452613..a8d175a8 100644 --- a/package.json +++ b/package.json @@ -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",