Bumps version for 1.4.3

This commit is contained in:
Eric Amodio
2017-01-17 10:31:36 -05:00
parent ea375f478f
commit 25007f7b69
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "1.4.2",
"version": "1.4.3",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"