Skip to content

Commit

Permalink
release: v1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Nov 12, 2021
1 parent c6b9f79 commit 89747f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.14.3 / 2021-11-12
===================

## What's Changed
* fix: logger.logQuery should be guarded in case of error by @SmartOrange in https://github.com/cyjake/leoric/pull/222
* fix: findOne without result should return null by @JimmyDaddy in https://github.com/cyjake/leoric/pull/225
* fix: Literal should support bigint type by @fengmk2 in https://github.com/cyjake/leoric/pull/226
* fix: select((name: string) => boolean) by @cyjake in https://github.com/cyjake/leoric/pull/227

**Full Changelog**: https://github.com/cyjake/leoric/compare/v1.14.2...v1.14.3

1.14.2 / 2021-11-01
===================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leoric",
"version": "1.14.2",
"version": "1.14.3",
"description": "JavaScript Object-relational mapping alchemy",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 89747f1

Please sign in to comment.