* Update to mainline swagger-ui (Samuel Reed)
 * Start 3.0 development (Miroslav Bajtoš)
This commit is contained in:
Miroslav Bajtoš 2016-10-14 15:41:32 +02:00
parent bce74122c0
commit 2da4491ead
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2016-10-14, Version 3.0.0
=========================
* Update to mainline swagger-ui (Samuel Reed)
* Start 3.0 development (Miroslav Bajtoš)
2016-10-12, Version 2.7.0
=========================

View File

@ -1,6 +1,9 @@
{
"name": "loopback-component-explorer",
"version": "3.0.0-alpha.1",
"version": "3.0.0",
"publishConfig": {
"tag": "next"
},
"description": "Browse and test your LoopBack app's APIs",
"main": "index.js",
"scripts": {