diff --git a/CHANGES.md b/CHANGES.md index b7896ea..563ca91 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2017-02-17, Version 4.1.1 +========================= + + * Set z-index to 1 on header to fix styling bug (Imam Assidiqqi) + + * replace slc with lb (ivy ho) + + 2017-01-31, Version 4.1.0 ========================= diff --git a/package.json b/package.json index 5a9f5f0..8cd3ec2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-component-explorer", - "version": "4.1.0", + "version": "4.1.1", "description": "Browse and test your LoopBack app's APIs", "engines": { "node": ">=4"