Skip to content

Commit

Permalink
3.8.1
Browse files Browse the repository at this point in the history
 * fix(pool): synchronously release pool connection (Samuel Reed)
 * Handler for with(out) time zone time(stamp) types (Stefano Pirra)
 * chore: improve issue and PR templates (Nora)
 * chore: exclude "good first issues" from stalebot (Miroslav Bajtoš)
 * Fix eslint violations (Miroslav Bajtoš)
  • Loading branch information
bajtos committed Dec 9, 2019
1 parent 98bccd2 commit e3c03e6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2019-12-09, Version 3.8.1
=========================

* fix(pool): synchronously release pool connection (Samuel Reed)

* Handler for with(out) time zone time(stamp) types (Stefano Pirra)

* chore: improve issue and PR templates (Nora)

* chore: exclude "good first issues" from stalebot (Miroslav Bajtoš)

* Fix eslint violations (Miroslav Bajtoš)


2019-09-19, Version 3.8.0
=========================

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": "loopback-connector-postgresql",
"version": "3.8.0",
"version": "3.8.1",
"description": "Loopback PostgreSQL Connector",
"engines": {
"node": ">=8"
Expand Down

0 comments on commit e3c03e6

Please sign in to comment.