diff --git a/CHANGES.md b/CHANGES.md index 1f528d5..de5d712 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2015-09-17, Version 2.1.0 +========================= + + * Rename the module to loopback-component-explorer (Rand McKinney) + + 2015-09-08, Version 2.0.1 ========================= diff --git a/package.json b/package.json index 8a95c1c..38c0e48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-component-explorer", - "version": "2.0.1", + "version": "2.1.0", "description": "Browse and test your LoopBack app's APIs", "main": "index.js", "scripts": {