From 64c392778a5a7e196f783a2f0ab35b60c8800bd2 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 27 Nov 2017 03:29:11 -0500 Subject: [PATCH] Preps v6.3.0-beta --- 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 f3223b0..00add15 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.3.0-beta] - 2017-11-27 ### Added - Adds support for staged changes in the `GitLens` view, blame annotations, comparison commands, etc diff --git a/package-lock.json b/package-lock.json index 09c4c0d..7522a23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "6.2.0", + "version": "6.3.0-beta", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a174f5a..93d0f04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "6.2.0", + "version": "6.3.0-beta", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"