Skip to content

Commit

Permalink
release: v1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Dec 28, 2021
1 parent bf1bda2 commit c2c36e8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
1.15.1 / 2021-12-28
===================

## What's Changed
* fix: fix #242 date string format by @JimmyDaddy in https://github.com/cyjake/leoric/pull/243
* fix: update with empty conditions by @JimmyDaddy in https://github.com/cyjake/leoric/pull/241
* fix: silent option's priority should be lower than valueSet by @JimmyDaddy in https://github.com/cyjake/leoric/pull/244
* fix: information_schema.columns.datetime_precision by @cyjake in https://github.com/cyjake/leoric/pull/246
* fix: should not hoist subquery if query is ordered by external columns by @cyjake in https://github.com/cyjake/leoric/pull/247


**Full Changelog**: https://github.com/cyjake/leoric/compare/v1.15.0...v1.15.1

1.15.0 / 2021-11-22
===================

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.15.0",
"version": "1.15.1",
"description": "JavaScript Object-relational mapping alchemy",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit c2c36e8

Please sign in to comment.