From e3c03e65abce4d5cb44f1e35b0af4b79c17a46d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Mon, 9 Dec 2019 15:40:28 +0100 Subject: [PATCH] 3.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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š) --- CHANGES.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1ce78c4e..b73cd92a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 ========================= diff --git a/package.json b/package.json index b72ccf70..5c28497e 100644 --- a/package.json +++ b/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"