From 51a699af01c68d61011be2f7258e47e516c1c34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Wed, 13 Apr 2016 16:16:14 +0200 Subject: [PATCH] 2.18.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * parse config: should ignore null values (Loïc Mahieu) --- CHANGES.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 8e231b6..674e3a6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2016-04-13, Version 2.18.1 +========================== + + * parse config: should ignore null values (Loïc Mahieu) + + 2016-04-07, Version 2.18.0 ========================== diff --git a/package.json b/package.json index 0fc99e4..b141228 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-boot", - "version": "2.18.0", + "version": "2.18.1", "description": "Convention-based bootstrapper for LoopBack applications", "keywords": [ "StrongLoop",