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š)
This commit is contained in:
parent
06284be673
commit
4d14c1473f
12
CHANGES.md
12
CHANGES.md
|
@ -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
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "3.22.2",
|
||||
"version": "3.23.0",
|
||||
"publishConfig": {
|
||||
"export-tests": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue