diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fa7f82..3b639b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +## [5.6.4] - 2017-10-12 +### Fixed +- Fixes [#168](https://github.com/eamodio/vscode-gitlens/issues/168) - Git environment context was missing + ## [5.6.3] - 2017-10-12 ### Changed - Swaps out Moment.js for date-fns to improve blame annotation performance and to reduce the GitLen bundle size (saves ~400kb) diff --git a/package-lock.json b/package-lock.json index ca13649..58ae935 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "5.6.3", + "version": "5.6.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e35d77a..c7fca5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "5.6.3", + "version": "5.6.4", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"