* Exclude .nyc_output from being published (Raymond Feng)
 * CODEOWNERS: add nitro404 (Miroslav Bajtoš)
This commit is contained in:
Raymond Feng 2018-03-16 08:51:36 -07:00
parent e56d520db4
commit 641eb13e5d
2 changed files with 9 additions and 1 deletions

View File

@ -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 2018-02-13, Version 3.15.4
========================== ==========================

View File

@ -1,6 +1,6 @@
{ {
"name": "loopback-datasource-juggler", "name": "loopback-datasource-juggler",
"version": "3.15.4", "version": "3.15.5",
"publishConfig": { "publishConfig": {
"export-tests": true "export-tests": true
}, },