From 25aa1fe3ca4f5774b41158496bc1063e980e81d4 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 13 Feb 2017 23:21:05 -0500 Subject: [PATCH] Preps for v2.1.1 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4822e00..585c996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Release Notes +### 2.1.1 + - Fixes overzealous active line annotation updating on document changes + ### 2.1.0 - Adds a new GitLens logo and changes all images to svg - Adds `alt+p` shortcut for the `gitlens.diffLineWithPrevious` command diff --git a/package.json b/package.json index b5f7b78..60d27a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "2.1.0", + "version": "2.1.1", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"