We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98bccd2 commit e3c03e6Copy full SHA for e3c03e6
CHANGES.md
@@ -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
15
2019-09-19, Version 3.8.0
16
=========================
17
package.json
@@ -1,6 +1,6 @@
{
"name": "loopback-connector-postgresql",
- "version": "3.8.0",
+ "version": "3.8.1",
"description": "Loopback PostgreSQL Connector",
"engines": {
"node": ">=8"
0 commit comments