Skip to content

Commit 17a5f14

Browse files
committed
Preps v6.3.0-beta3
1 parent 42e7020 commit 17a5f14

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 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-
## [6.3.0-beta2] - 2017-11-28
7+
## [6.3.0-beta3] - 2017-11-28
88
### Added
99
- Adds support for files with staged changes
1010
- Adds new entry in the `History View` of the `GitLens` view
@@ -16,7 +16,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1616
- Adds Git code lens to Git file revisions (GitLens or vscode's)
1717

1818
### Fixed
19-
- Fixes ?? [#202](https://github.com/eamodio/vscode-gitlens/issues/202) - Staged change's vscode diff side-by-side view shows the wrong history
19+
- Fixes 🤞 [#202](https://github.com/eamodio/vscode-gitlens/issues/202) - Staged change's vscode diff side-by-side view shows the wrong history
20+
- Fixes 🤞 [#216](https://github.com/eamodio/vscode-gitlens/issues/216) - PowerShell session not started if GitLen is enabled
21+
- Fixes [#217](https://github.com/eamodio/vscode-gitlens/issues/217) - empty editor has git lens in status bar with old information
22+
- Fixes [#218](https://github.com/eamodio/vscode-gitlens/issues/218) - Cannot read property 'replace' of undefined
2023

2124
## [6.2.0] - 2017-11-27
2225
### Added

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": "6.3.0-beta2",
3+
"version": "6.3.0-beta3",
44
"author": {
55
"name": "Eric Amodio",
66
"email": "[email protected]"

0 commit comments

Comments
 (0)