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",