diff --git a/History.md b/History.md index 154bf9fb..7e42efb9 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +2.4.1 / 2022-04-27 +================== + +## What's Changed +* fix: realm.Bone.DataTypes should be invokable, Invokable.TYPE.toSqlString() get wrong default length(1), DataType definitions by @JimmyDaddy in https://github.com/cyjake/leoric/pull/307 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.4.0...v2.4.1 + 2.4.0 / 2022-04-24 ================== diff --git a/package.json b/package.json index a8d175a8..12c23f4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "2.4.0", + "version": "2.4.1", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "types": "types/index.d.ts",