* Replace fs.existsSync calls with fs.statSync (Joshua Estrin Skrzypek)
 * Change test cases port to be dynamic (David Cheung)
 * Globalization for Loopback-boot (David Cheung)
This commit is contained in:
Miroslav Bajtoš 2016-09-05 14:55:34 +02:00
parent 53112957d9
commit d2c55e79c5
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2016-09-05, Version 2.22.0
==========================
* Replace fs.existsSync calls with fs.statSync (Joshua Estrin Skrzypek)
* Change test cases port to be dynamic (David Cheung)
* Globalization for Loopback-boot (David Cheung)
2016-07-27, Version 2.21.0
==========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-boot",
"version": "2.21.0",
"version": "2.22.0",
"description": "Convention-based bootstrapper for LoopBack applications",
"keywords": [
"StrongLoop",