diff --git a/History.md b/History.md index 6bf75e0e..dff4d229 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,13 @@ +2.2.0 / 2022-02-24 +================== + +## What's Changed +* fix: add missing `password` field for `ConnectOptions` by @luckydrq in https://github.com/cyjake/leoric/pull/280 +* feat: integer types (mostly mysql specific) by @cyjake in https://github.com/cyjake/leoric/pull/281 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.1.1...v2.2.0 + 2.1.1 / 2022-02-23 ================== diff --git a/package.json b/package.json index 0e7be306..a393bf4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "2.1.1", + "version": "2.2.0", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "types": "types/index.d.ts",