From 78161ccd9b867d7cea7717210b51ade0a2f3e74c Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Fri, 17 Mar 2017 08:54:26 -0700 Subject: [PATCH] 2.38.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix file patch (Raymond Feng) * Add nyc coverage, report data to coveralls.io (Miroslav Bajtoš) --- CHANGES.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 88c2034c..242939ef 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 ========================== diff --git a/package.json b/package.json index 30a0f33e..de4a1d4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback", - "version": "2.38.1", + "version": "2.38.2", "publishConfig": { "tag": "lts" },