Skip to content

Commit e3c03e6

Browse files
committed
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š)
1 parent 98bccd2 commit e3c03e6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2019-12-09, Version 3.8.1
2+
=========================
3+
4+
* fix(pool): synchronously release pool connection (Samuel Reed)
5+
6+
* Handler for with(out) time zone time(stamp) types (Stefano Pirra)
7+
8+
* chore: improve issue and PR templates (Nora)
9+
10+
* chore: exclude "good first issues" from stalebot (Miroslav Bajtoš)
11+
12+
* Fix eslint violations (Miroslav Bajtoš)
13+
14+
115
2019-09-19, Version 3.8.0
216
=========================
317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-connector-postgresql",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"description": "Loopback PostgreSQL Connector",
55
"engines": {
66
"node": ">=8"

0 commit comments

Comments
 (0)