From fc25a594e1664cef5b4623b7b12b2280ee12c0f4 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 27 Nov 2017 02:20:01 -0500 Subject: [PATCH] Preps v6.2.0 --- 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 6762f52..d20913d 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.2.0] - 2017-11-27 ### Added - Adds theming support - vscode themes can now specify GitLens colors as well as directly by using [`workbench.colorCustomization`](https://code.visualstudio.com/docs/getstarted/themes#_customize-a-color-theme)) - Adds `gitlens.gutterBackgroundColor` themable color diff --git a/package-lock.json b/package-lock.json index 1c8a99c..09c4c0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "6.1.2", + "version": "6.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1ed272e..a174f5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "6.1.2", + "version": "6.2.0", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"