diff --git a/History.md b/History.md index c4ff357e..39ea1b03 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +1.14.2 / 2021-11-01 +=================== + +## What's Changed +* fix: accept timestamps in snake case by @cyjake in https://github.com/cyjake/leoric/pull/221 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v1.14.1...v1.14.2 + 1.14.1 / 2021-11-01 =================== diff --git a/package.json b/package.json index 988eae5e..408011dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "1.14.1", + "version": "1.14.2", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "types": "types/index.d.ts",