From eb3b9ad6c97500b67fd70364b0a7f6f7ee84d394 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Fri, 9 Jun 2017 17:27:54 -0400 Subject: [PATCH] Preps v4.0.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d98921c..69c4140 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.0.1] - 2017-06-09 +### Fixed +- Fixes [#87](https://github.com/eamodio/vscode-gitlens/issues/87) - Can't open files in remote when using git@ urls (ssh) + ## [4.0.0] - 2017-06-09 ### Added - Adds all-new, beautiful, highly customizable and themeable, file blame annotations diff --git a/package.json b/package.json index b2c2b13..690aa81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "4.0.0", + "version": "4.0.1", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"