From 7c6e4e009271709ca32a2c9f75d7683f2de97583 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sat, 28 Oct 2017 02:20:34 -0400 Subject: [PATCH] Preps v6.0.0-alpha3 --- 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 eb515d3..ebb5413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] -## [6.0.0-alpha2] - 2017-10-26 +## [6.0.0-alpha3] - 2017-10-28 ATTENTION! To support multi-root workspaces some underlying fundamentals had to change, so please expect and report issues. Thanks! diff --git a/package-lock.json b/package-lock.json index 806c478..9d01bf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "6.0.0-alpha2", + "version": "6.0.0-alpha3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2151f7e..cb230d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "6.0.0-alpha2", + "version": "6.0.0-alpha3", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"