3.4.1
* fix: return null when findById/findOne returns 404 (Jannis Ötjengerdes) * style: fix linting (virkt25)
This commit is contained in:
parent
4245df5c41
commit
3e7537e1dd
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue