* fix: update TypeScript declaration for KV (Raymond Feng)
 * Upgrade eslint-config-loopback + fix formatting (Miroslav Bajtoš)
 * Hide nyc coverage from test output (Miroslav Bajtoš)
 * Configure Mocha to use dot reporter (Miroslav Bajtoš)
This commit is contained in:
Raymond Feng 2018-07-16 11:15:14 -07:00
parent 06284be673
commit 4d14c1473f
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
2018-07-16, Version 3.23.0
==========================
* fix: update TypeScript declaration for KV (Raymond Feng)
* Upgrade eslint-config-loopback + fix formatting (Miroslav Bajtoš)
* Hide nyc coverage from test output (Miroslav Bajtoš)
* Configure Mocha to use dot reporter (Miroslav Bajtoš)
2018-07-09, Version 3.22.2 2018-07-09, Version 3.22.2
========================== ==========================

View File

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