From 7100c8f938bc6aa7c88ab0cf8569d8b5c7a4b5aa Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 22 Feb 2017 04:26:12 -0500 Subject: [PATCH] Preps v2.5.6 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8833333..8ae5e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Release Notes +### 2.5.6 + - Fixes [#32](https://github.com/eamodio/vscode-gitlens/issues/32) - 00000000 Uncommitted changes distracting + ### 2.5.5 - Fixes [#25](https://github.com/eamodio/vscode-gitlens/issues/25) - Blame information isn't updated after git operations (commit, reset, etc) diff --git a/package.json b/package.json index 2c2cc3c..679bc94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "2.5.5", + "version": "2.5.6", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"