From 011af998a7e76f5697bcfca7b8036868386cc9fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Thu, 1 Oct 2015 11:11:14 +0200 Subject: [PATCH] 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) --- CHANGES.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index de5d712..ef4f7d7 100644 --- a/CHANGES.md +++ b/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 ========================= diff --git a/package.json b/package.json index 4631cf4..742733a 100644 --- a/package.json +++ b/package.json @@ -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": {