From 628f0c3cc10176af8eac1912e7b473396ed7a625 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 1 Mar 2017 14:21:13 -0500 Subject: [PATCH] Preps v2.8.1 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14028f4..d7ef68d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Release Notes +### 2.8.1 +- Fixes issue where `Compare with *` commands fail to open when there is no active editor + ### 2.8.0 - Adds new `Open File` command on the `gitlens.showQuickCommitDetails` quick pick list to open the commit version of the file - Adds new `Open File` command on the `gitlens.showQuickCommitDetails` quick pick list to open the commit version of the files diff --git a/package.json b/package.json index 6303757..ede878e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "2.8.0", + "version": "2.8.1", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"