* [SEMVER-MAJOR] Remove deprecated CORS support (Hiran del Castillo)
 * Add Travis CI configuration (Miroslav Bajtoš)
This commit is contained in:
Miroslav Bajtoš 2018-04-18 08:57:15 +02:00
parent 3b5134e6ef
commit b17c942c1a
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-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
=========================

View File

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