* disable Swagger validation badge (Hage Yaapa)
 * Updated "resourcePath: 'swaggerResources'" to "resourcePath: 'swagger.json'" (Dennis Ashby)
 * Use strongloop conventions for licensing (Sam Roberts)
This commit is contained in:
Miroslav Bajtoš 2015-10-01 11:11:14 +02:00
parent 90bbc9bffa
commit 011af998a7
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2015-10-01, Version 2.1.1
=========================
* disable Swagger validation badge (Hage Yaapa)
* Updated "resourcePath: 'swaggerResources'" to "resourcePath: 'swagger.json'" (Dennis Ashby)
* Use strongloop conventions for licensing (Sam Roberts)
2015-09-17, Version 2.1.0
=========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-component-explorer",
"version": "2.1.0",
"version": "2.1.1",
"description": "Browse and test your LoopBack app's APIs",
"main": "index.js",
"scripts": {