From 5f85388db7277e3e7a45f7c7ba9b44311864d78c Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 20 Jul 2017 22:37:51 +0200 Subject: [PATCH] Preps v4.3.2 Fixes #118 - stopped working on latest insiders build --- CHANGELOG.md | 4 ++++ README.md | 1 + package.json | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b32d947..1ee8cec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [4.3.2] - 2017-07-20 +## Fixed +- Fixes [#118](https://github.com/eamodio/vscode-gitlens/issues/118) - GitLens stopped working on latest insiders build-- thanks to [PR #121](https://github.com/eamodio/vscode-gitlens/pull/121) by Johannes Rieken ([@jrieken](https://github.com/jrieken)) + ## [4.3.1] - 2017-07-03 ## Added - Adds `gitlens.stashExplorer.enabled` setting to specify whether or not to show the `Git Stashes` explorer diff --git a/README.md b/README.md index 31933b0..e583ad4 100644 --- a/README.md +++ b/README.md @@ -361,4 +361,5 @@ A big thanks to the people that have contributed to this project: - Peng Lyu ([@rebornix](https://github.com/rebornix)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=rebornix)) - Aurelio Ogliari ([@nobitagit](https://github.com/nobitagit)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=nobitagit) +- Johannes Rieken ([@jrieken](https://github.com/jrieken)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=jrieken)) - Zack Schuster ([@zackschuster](https://github.com/zackschuster)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=zackschuster) diff --git a/package.json b/package.json index 66ca1c8..000a350 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "4.3.1", + "version": "4.3.2", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"