From 9292fc23a8e76dd797054ceed15aa791e3dce9e8 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Fri, 7 Apr 2017 11:10:36 -0400 Subject: [PATCH] Preps v3.2.1 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d01a165..514546b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Release Notes +### 3.2.1 +- Fixes [#57](https://github.com/eamodio/vscode-gitlens/issues/57) - No more blank message if `diff.tool` is missing + ### 3.2.0 - Adds support for single files opened in vscode -- you are no longer required to open a folder for GitLens to work - Fixes [#57](https://github.com/eamodio/vscode-gitlens/issues/57) - Warn on directory compare when there is no diff tool configured diff --git a/package.json b/package.json index 9ba0818..625e5b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "3.2.0", + "version": "3.2.1", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"