diff --git a/CHANGES.md b/CHANGES.md index 563ca91..018fa52 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2017-03-24, Version 4.2.0 +========================= + + * Change Explorer header to use LoopBack (emckean) + + 2017-02-17, Version 4.1.1 ========================= diff --git a/package.json b/package.json index 8cd3ec2..8c0ac85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-component-explorer", - "version": "4.1.1", + "version": "4.2.0", "description": "Browse and test your LoopBack app's APIs", "engines": { "node": ">=4"