6.3.0
* 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:
parent
332822f26c
commit
7d1fcc4d20
|
@ -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
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue