Skip to content

Commit

Permalink
release: v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Aug 17, 2021
1 parent 10e2ee0 commit fdb9af7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
1.7.1 / 2021-08-17
==================

* revert: drop Driver#recycleConnections due to poor interoperability (#162)
* fix: validator call array arguments (#160)

1.7.0 / 2021-08-17
=================

* feat: close connections that exceeds opts.idleTimeout (#159)
* feat: `opts.connectionLimit` support for SQLite (#159)
* feat: raw query relpacements, closes #149 (#155)
* fix: upsert created_at default (#154)
* test: validator unit test (#157)
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.7.0",
"version": "1.7.1",
"description": "JavaScript Object-relational mapping alchemy",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit fdb9af7

Please sign in to comment.