From 9464f7e79f2a302de9134c41271282dc9b43f0ed Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 11 Sep 2017 23:51:27 -0400 Subject: [PATCH] Preps v5.0.0-beta.2 --- CHANGELOG.md | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17fe8ed..cc53402 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/). -## [5.0.0-beta] - 2017-09-11 +## [5.0.0-beta.2] - 2017-09-12 ### Added - Adds an all-new `GitLens` custom view to the Explorer activity @@ -63,7 +63,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Clicking on `Changes` will run the `Compare File Revisions` command (`gitlens.diffWith`) - Clicking the current and previous commit ids will run the `Show Commit Details` command (`gitlens.showQuickCommitDetails`) - Adds support for custom remote services - see [#120](https://github.com/eamodio/vscode-gitlens/issues/120) -- Adds support for Bitbucket Server (previously called Stash) remote services - see [#120](https://github.com/eamodio/vscode-gitlens/issues/120) +- Adds support for the Bitbucket Server (previously called Stash) remote service - see [#120](https://github.com/eamodio/vscode-gitlens/issues/120) - Adds `Compare File Revisions` command (`gitlens.diffWith`) - compares the specified file revisions - Adds `Open Branches in Remote` command (`gitlens.openBranchesInRemote`) - opens the branches in the supported remote service - Adds `Stash Changes` command (`gitlens.stashSave`) to the source control group context menu -- can now stash a group of files diff --git a/package-lock.json b/package-lock.json index 867be42..a713d33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "5.0.0-beta", + "version": "5.0.0-beta.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 05f1d2c..93d4072 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "5.0.0-beta", + "version": "5.0.0-beta.2", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"