From 340988fd566c79fd51c20b99380aba11cda38879 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 21 Nov 2017 01:15:52 -0500 Subject: [PATCH] Preps v6.1.2 --- CHANGELOG.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 575e98c..df01e13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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/). -## [Unreleased] +## [6.1.2] - 2017-11-21 ### Fixed - Fixes [#207](https://github.com/eamodio/vscode-gitlens/issues/207) - Applying and deleting stashes suddenly stopped working - Fixes [#205](https://github.com/eamodio/vscode-gitlens/issues/205) - Toggle Line Blame Annotations disappeared after last update diff --git a/package-lock.json b/package-lock.json index 5297a5a..da11e8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "6.1.1", + "version": "6.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a485377..e6a422e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "6.1.1", + "version": "6.1.2", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"