diff --git a/CHANGES.md b/CHANGES.md index 7539eab..1f528d5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2015-09-08, Version 2.0.1 +========================= + + * Sort APIs and operations. (Samuel Reed) + + 2015-09-04, Version 2.0.0 ========================= diff --git a/package.json b/package.json index ce8d270..8161be6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-explorer", - "version": "2.0.0", + "version": "2.0.1", "description": "Browse and test your LoopBack app's APIs", "main": "index.js", "scripts": {