From 3e7537e1dd5ce9900be40ea99103910277f4974c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Tue, 22 Jan 2019 16:47:50 +0100 Subject: [PATCH] 3.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: return null when findById/findOne returns 404 (Jannis Ötjengerdes) * style: fix linting (virkt25) --- CHANGES.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1ce5144..6146651 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2019-01-22, Version 3.4.1 +========================= + + * fix: return null when findById/findOne returns 404 (Jannis Ötjengerdes) + + * style: fix linting (virkt25) + + 2018-06-21, Version 3.4.0 ========================= diff --git a/package.json b/package.json index 330505a..3a6f880 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector-remote", - "version": "3.4.0", + "version": "3.4.1", "description": "Remote REST API connector for Loopback", "main": "lib/remote-connector.js", "keywords": [