diff --git a/CHANGES.md b/CHANGES.md index deab9e4..33cb759 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +2016-03-08, Version 2.4.0 +========================= + + * Add `swaggerUI` option to enable/disable UI serving (Raymond Feng) + + +2016-02-02, Version 2.3.0 +========================= + 2016-01-13, Version 2.2.0 diff --git a/package.json b/package.json index 1c3e8c4..71ebdd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-component-explorer", - "version": "2.3.0", + "version": "2.4.0", "description": "Browse and test your LoopBack app's APIs", "main": "index.js", "scripts": {