From 937c56e5546eb72b22352e0842c61f2b5e6e2681 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 15 Mar 2017 12:39:50 -0400 Subject: [PATCH] Preps v2.12.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6d5859..b2d7df0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Release Notes +### 2.12.1 +- Adds `gitlens.advanced.codeLens.debug` setting to control whether or not to show debug information in CodeLens +- Fixes issue where `gitlens.showQuickRepoHistory` command fails to open when there is no active editor + ### 2.12.0 - Adds progress indicator for the `gitlens.showQuickFileHistory` & `gitlens.showQuickRepoHistory` quick picks - Adds paging support to the `gitlens.showQuickFileHistory` & `gitlens.showQuickRepoHistory` quick picks diff --git a/package.json b/package.json index b662ac6..4f31e65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "2.12.0", + "version": "2.12.1", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"