From 9cb3d0648b7d39e17e1e3e47ff26a098c44a3754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Thu, 13 Oct 2016 10:15:17 +0200 Subject: [PATCH] 2.23.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix resolution of middleware modules (Miroslav Bajtoš) * Normalize line endings to support both LF and CRLF (Miroslav Bajtoš) --- CHANGES.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a386697..ec0e574 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2016-10-13, Version 2.23.0 +========================== + + * Fix resolution of middleware modules (Miroslav Bajtoš) + + * Normalize line endings to support both LF and CRLF (Miroslav Bajtoš) + + 2016-09-05, Version 2.22.0 ========================== diff --git a/package.json b/package.json index ede2e8e..f4b3d67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-boot", - "version": "2.22.0", + "version": "2.23.0", "description": "Convention-based bootstrapper for LoopBack applications", "keywords": [ "StrongLoop",