Skip to content

Commit

Permalink
2.23.0
Browse files Browse the repository at this point in the history
 * Fix resolution of middleware modules (Miroslav Bajtoš)
 * Normalize line endings to support both LF and CRLF (Miroslav Bajtoš)
  • Loading branch information
bajtos committed Oct 13, 2016
1 parent d9e744a commit 9cb3d06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
==========================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loopback-boot",
"version": "2.22.0",
"version": "2.23.0",
"description": "Convention-based bootstrapper for LoopBack applications",
"keywords": [
"StrongLoop",
Expand Down

0 comments on commit 9cb3d06

Please sign in to comment.