From 0cd66158032cf75910d7711569759ebaf6ae77c2 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Wed, 31 Oct 2018 09:13:15 -0700 Subject: [PATCH] 3.26.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 02ca24b7..57ab59db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2018-10-31, Version 3.26.0 +========================== + + * Allow configuration of maxDepthOfQuery (Raymond Feng) + + 2018-10-29, Version 3.25.2 ========================== diff --git a/package.json b/package.json index f0b13667..ce5b3267 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "3.25.2", + "version": "3.26.0", "publishConfig": { "export-tests": true, "tag": "lts"