From cd5faa13368a4b40bee20d4cc49e9eb7d9f53eaa Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 12 Apr 2017 18:54:03 -0400 Subject: [PATCH] Preps v3.4.1 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bbf313..7b4bb68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Release Notes -### 3.4.0 +### 3.4.1 - Completely overhauls the [GitLens documentation](https://github.com/eamodio/vscode-gitlens/blob/master/README.md) and messaging -- make sure to check it out to see all the powerful features GitLen provides! - Adds `gitlens.blame.annotation.activeLineDarkColor` & `gitlens.blame.annotation.activeLineLightColor` settings to control the colors of the active line blame annotation - Changes `Toggle Git CodeLens` command to work when `gitlens.codeLens.visibility` is set to `auto` (the default) diff --git a/package.json b/package.json index ae1e80c..2a48c87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "3.4.0", + "version": "3.4.1", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"