diff --git a/CHANGES.md b/CHANGES.md index 33cb759..cf204bb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,19 @@ +2016-05-02, Version 2.5.0 +========================= + + * Add feature to hide disabled remote methods after explorer is initialized (Supasate Choochaisri) + + * More fixes of indentation in index.js (Miroslav Bajtoš) + + * Fix broken indentation (Miroslav Bajtoš) + + * Fix linting errors (Amir Jafarian) + + * Auto-update by eslint --fix (Amir Jafarian) + + * Add eslint infrastructure (Amir Jafarian) + + 2016-03-08, Version 2.4.0 ========================= diff --git a/package.json b/package.json index 60342a1..f663213 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-component-explorer", - "version": "2.4.0", + "version": "2.5.0", "description": "Browse and test your LoopBack app's APIs", "main": "index.js", "scripts": {