Skip to content

Commit 9464f7e

Browse files
committed
Preps v5.0.0-beta.2
1 parent 77ae37c commit 9464f7e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [5.0.0-beta] - 2017-09-11
7+
## [5.0.0-beta.2] - 2017-09-12
88
### Added
99
- Adds an all-new `GitLens` custom view to the Explorer activity
1010

@@ -63,7 +63,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6363
- Clicking on `Changes` will run the `Compare File Revisions` command (`gitlens.diffWith`)
6464
- Clicking the current and previous commit ids will run the `Show Commit Details` command (`gitlens.showQuickCommitDetails`)
6565
- Adds support for custom remote services - see [#120](https://github.com/eamodio/vscode-gitlens/issues/120)
66-
- Adds support for Bitbucket Server (previously called Stash) remote services - see [#120](https://github.com/eamodio/vscode-gitlens/issues/120)
66+
- Adds support for the Bitbucket Server (previously called Stash) remote service - see [#120](https://github.com/eamodio/vscode-gitlens/issues/120)
6767
- Adds `Compare File Revisions` command (`gitlens.diffWith`) - compares the specified file revisions
6868
- Adds `Open Branches in Remote` command (`gitlens.openBranchesInRemote`) - opens the branches in the supported remote service
6969
- Adds `Stash Changes` command (`gitlens.stashSave`) to the source control group context menu -- can now stash a group of files

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlens",
3-
"version": "5.0.0-beta",
3+
"version": "5.0.0-beta.2",
44
"author": {
55
"name": "Eric Amodio",
66
"email": "[email protected]"

0 commit comments

Comments
 (0)