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
ff9e8ff0bd
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-component-explorer",
|
||||
"version": "6.2.0",
|
||||
"version": "6.3.0",
|
||||
"description": "Browse and test your LoopBack app's APIs",
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
|
|
Loading…
Reference in New Issue