* Add config option for custom auth header (Jonathan Prince)
 * Fix config.json URL when running from /index.html (Jonathan Prince)
This commit is contained in:
Miroslav Bajtoš 2018-09-14 15:59:27 +02:00
parent 332822f26c
commit 7d1fcc4d20
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2018-09-14, Version 6.3.0
=========================
* Add config option for custom auth header (Jonathan Prince)
* Fix config.json URL when running from /index.html (Jonathan Prince)
2018-07-24, Version 6.2.0 2018-07-24, Version 6.2.0
========================= =========================

View File

@ -1,6 +1,6 @@
{ {
"name": "loopback-component-explorer", "name": "loopback-component-explorer",
"version": "6.2.0", "version": "6.3.0",
"description": "Browse and test your LoopBack app's APIs", "description": "Browse and test your LoopBack app's APIs",
"engines": { "engines": {
"node": ">=6" "node": ">=6"