diff --git a/CHANGES.md b/CHANGES.md index 6315d58..6122fa9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2016-10-14, Version 3.0.0 +========================= + + * Update to mainline swagger-ui (Samuel Reed) + + * Start 3.0 development (Miroslav Bajtoš) + + 2016-10-12, Version 2.7.0 ========================= diff --git a/package.json b/package.json index d3979a5..2462e49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "name": "loopback-component-explorer", - "version": "3.0.0-alpha.1", + "version": "3.0.0", + "publishConfig": { + "tag": "next" + }, "description": "Browse and test your LoopBack app's APIs", "main": "index.js", "scripts": {