From c259f94d3ebb7aa7d9f61eb2ca9ea1a7e36674ec Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 7 Feb 2017 11:45:18 -0500 Subject: [PATCH] Bump v2.0.1 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1122360..ee9f7b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Release Notes +### 2.0.1 + - Fixes [#26](https://github.com/eamodio/vscode-gitlens/issues/26) - Active line annotation doesn't disappear properly after delete + ### 2.0.0 - Adds `gitlens.blame.annotation.activeLine` to specify whether and how to show blame annotations on the active line - Adds full commit message (rather than just summary) to active line hover if `gitlens.blame.annotation.activeLine` is not `off` diff --git a/package.json b/package.json index 7b33598..fc99b04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "2.0.0", + "version": "2.0.1", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"