From a023e1f1428ed77de28b2cfee5f452f74a421dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Tue, 24 Nov 2015 14:15:56 +0100 Subject: [PATCH] 2.14.1 * Warn user if missing a config file (Amir Jafarian) * Refer to licenses with a link (Sam Roberts) --- CHANGES.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 71c1c77..cb025a5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2015-11-24, Version 2.14.1 +========================== + + * Warn user if missing a config file (Amir Jafarian) + + * Refer to licenses with a link (Sam Roberts) + + 2015-10-14, Version 2.14.0 ========================== diff --git a/package.json b/package.json index f68ed55..c071a00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-boot", - "version": "2.14.0", + "version": "2.14.1", "description": "Convention-based bootstrapper for LoopBack applications", "keywords": [ "StrongLoop",