From 25007f7b692f1a9dcfa5ef7ee91aa562160fda64 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 17 Jan 2017 10:31:36 -0500 Subject: [PATCH] Bumps version for 1.4.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 919621e..a8e8d53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ --- ## Release Notes +### 1.4.3 + - Adds some logging to hopefully trap [#22](https://github.com/eamodio/vscode-gitlens/issues/22) - Cannot read property 'sha' of undefined + - Fixes issue with the latest insiders build (1.9.0-insider f67f87c5498d9361c0b29781c341fd032815314b) where there is a collision of document schemes + ### 1.4.2 - Fixes issue where file history wouldn't compare correctly to working tree if the filename had changed diff --git a/package.json b/package.json index 24eaa39..e544e9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "1.4.2", + "version": "1.4.3", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"