From f0a6bd146b7ef2f987fd974ffdb5906cf6a584db Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Wed, 31 Oct 2018 09:11:58 -0700 Subject: [PATCH] 4.2.0 * Allow configuration of maxDepthOfQuery (Raymond Feng) --- CHANGES.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ef8bc8f7..e9af3855 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2018-10-31, Version 4.2.0 +========================= + + * Allow configuration of maxDepthOfQuery (Raymond Feng) + + 2018-10-29, Version 4.1.2 ========================= diff --git a/package.json b/package.json index 5b1a9f8b..a52abb65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "4.1.2", + "version": "4.2.0", "publishConfig": { "export-tests": true },