From b81f2f2fa068a58fb8fc2bcb794661c91522ceec Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 22 Feb 2017 01:48:31 -0500 Subject: [PATCH] Preps v2.5.5 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6c6a7b..8833333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Release Notes +### 2.5.5 + - Fixes [#25](https://github.com/eamodio/vscode-gitlens/issues/25) - Blame information isn't updated after git operations (commit, reset, etc) + ### 2.5.4 - Fixes extra spacing in annotations diff --git a/package.json b/package.json index 1b0f0e2..433d86a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "2.5.4", + "version": "2.5.5", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"