diff --git a/CHANGES.md b/CHANGES.md index 5f5cc46..58f23b9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +2018-07-09, Version 6.1.0 +========================= + + * [WebFM] cs/pl/ru translation (candytangnb) + + * remove package-lock.json (Diana Lau) + + * update dependencies (Diana Lau) + + 2018-05-10, Version 6.0.1 ========================= diff --git a/package.json b/package.json index 34ac930..e29423a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-component-explorer", - "version": "6.0.1", + "version": "6.1.0", "description": "Browse and test your LoopBack app's APIs", "engines": { "node": ">=4"