diff --git a/History.md b/History.md index 914b5923..304e08db 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,14 @@ +1.13.3 / 2021-10-21 +=================== + +## What's Changed +* refactor: persist edge cases of type casting in integration tests by @cyjake in https://github.com/cyjake/leoric/pull/202 +* docs: renaming attributes by @cyjake in https://github.com/cyjake/leoric/pull/203 +* fix: JSON.uncast(string) should not serialize twice by @cyjake in https://github.com/cyjake/leoric/pull/205 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v1.13.2...v1.13.3 + 1.13.2 / 2021-10-18 =================== diff --git a/package.json b/package.json index 18d57570..605b5abf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "1.13.2", + "version": "1.13.3", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "types": "types/index.d.ts",