diff --git a/CHANGES.md b/CHANGES.md index a322f9e..5f5cc46 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2018-05-10, Version 6.0.1 +========================= + + * Update LTS information in README (Miroslav Bajtoš) + + * Enable Node.js 10 on Travis CI (Miroslav Bajtoš) + + 2018-04-18, Version 6.0.0 ========================= diff --git a/package.json b/package.json index 7514728..30ce4dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-component-explorer", - "version": "6.0.0", + "version": "6.0.1", "description": "Browse and test your LoopBack app's APIs", "engines": { "node": ">=4"