From 641eb13e5ded23fed94340f8c00969c15f4bf6c4 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Fri, 16 Mar 2018 08:51:36 -0700 Subject: [PATCH] 3.15.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Exclude .nyc_output from being published (Raymond Feng) * CODEOWNERS: add nitro404 (Miroslav Bajtoš) --- CHANGES.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 81e41cca..033268a6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2018-03-16, Version 3.15.5 +========================== + + * Exclude .nyc_output from being published (Raymond Feng) + + * CODEOWNERS: add nitro404 (Miroslav Bajtoš) + + 2018-02-13, Version 3.15.4 ========================== diff --git a/package.json b/package.json index 31883c6d..6f63bf9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "3.15.4", + "version": "3.15.5", "publishConfig": { "export-tests": true },