Skip to content

Commit

Permalink
release: v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Aug 17, 2021
1 parent 837a266 commit b0b3616
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.7.0 / 2021-08-17
=================

* feat: close connections that exceeds opts.idleTimeout (#159)
* feat: raw query relpacements, closes #149 (#155)
* fix: upsert created_at default (#154)
* test: validator unit test (#157)
* test: setup_hooks unit test (#158)

1.6.7 / 2021-08-05
==================

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

0 comments on commit b0b3616

Please sign in to comment.