From 0147645dc947e1cae9e838e0a2286bc2dffba7fc Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 16 Feb 2017 22:10:29 -0500 Subject: [PATCH] Preps for v2.2.1 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ad511f..9b7cdb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Release Notes -### 2.2.0 +### 2.2.1 - Overhauls the `gitlens.showQuickRepoHistory`, `gitlens.showQuickFileHistory`, and `gitlens.showQuickCommitDetails` quickpick lists - Adds `Show Repository History` command to `gitlens.showQuickFileHistory` quickpick list - Adds `Show Previous Commits History` command to `gitlens.showQuickCommitDetails` quickpick list diff --git a/package.json b/package.json index 6598c3e..b02b93b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "2.2.0", + "version": "2.2.1", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"