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)
This commit is contained in:
parent
90bbc9bffa
commit
011af998a7
10
CHANGES.md
10
CHANGES.md
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue