6.0.0
* [SEMVER-MAJOR] Remove deprecated CORS support (Hiran del Castillo) * Add Travis CI configuration (Miroslav Bajtoš)
This commit is contained in:
parent
3b5134e6ef
commit
b17c942c1a
|
@ -1,3 +1,11 @@
|
||||||
|
2018-04-18, Version 6.0.0
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* [SEMVER-MAJOR] Remove deprecated CORS support (Hiran del Castillo)
|
||||||
|
|
||||||
|
* Add Travis CI configuration (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
|
||||||
2018-04-17, Version 5.4.0
|
2018-04-17, Version 5.4.0
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-component-explorer",
|
"name": "loopback-component-explorer",
|
||||||
"version": "5.4.0",
|
"version": "6.0.0",
|
||||||
"description": "Browse and test your LoopBack app's APIs",
|
"description": "Browse and test your LoopBack app's APIs",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=4"
|
"node": ">=4"
|
||||||
|
|
Loading…
Reference in New Issue