diff --git a/CHANGES.md b/CHANGES.md index 8b50fb9..a322f9e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2018-04-18, Version 6.0.0 +========================= + + * [SEMVER-MAJOR] Remove deprecated CORS support (Hiran del Castillo) + + * Add Travis CI configuration (Miroslav Bajtoš) + + 2018-04-17, Version 5.4.0 ========================= diff --git a/package.json b/package.json index dc80385..7514728 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-component-explorer", - "version": "5.4.0", + "version": "6.0.0", "description": "Browse and test your LoopBack app's APIs", "engines": { "node": ">=4"