diff --git a/CHANGES.md b/CHANGES.md index 018fa52..ab2a373 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2017-09-15, Version 4.3.0 +========================= + + * Refresh swagger on remoteMethodAdded (Raymond Feng) + + 2017-03-24, Version 4.2.0 ========================= diff --git a/package.json b/package.json index 8c0ac85..f046237 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-component-explorer", - "version": "4.2.0", + "version": "4.3.0", "description": "Browse and test your LoopBack app's APIs", "engines": { "node": ">=4"