* Fix file patch (Raymond Feng)
 * Add nyc coverage, report data to coveralls.io (Miroslav Bajtoš)
This commit is contained in:
Raymond Feng 2017-03-17 08:54:26 -07:00
parent cfb0148e53
commit 78161ccd9b
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2017-03-17, Version 2.38.2
==========================
* Fix file patch (Raymond Feng)
* Add nyc coverage, report data to coveralls.io (Miroslav Bajtoš)
2017-03-13, Version 2.38.1 2017-03-13, Version 2.38.1
========================== ==========================

View File

@ -1,6 +1,6 @@
{ {
"name": "loopback", "name": "loopback",
"version": "2.38.1", "version": "2.38.2",
"publishConfig": { "publishConfig": {
"tag": "lts" "tag": "lts"
}, },