Skip to content

Commit a5616e6

Browse files
committed
Preps v6.3.0
1 parent b4813a7 commit a5616e6

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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-beta3] - 2017-11-28
7+
## [6.3.0] - 2017-11-30
88
### Added
99
- Adds support for files with staged changes
1010
- Adds new entry in the `History View` of the `GitLens` view

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlens",
3-
"version": "6.3.0-beta3",
3+
"version": "6.3.0",
44
"author": {
55
"name": "Eric Amodio",
66
"email": "[email protected]"
@@ -2462,6 +2462,6 @@
24622462
"mocha": "4.0.1",
24632463
"tslint": "5.8.0",
24642464
"typescript": "2.6.2",
2465-
"vscode": "1.1.8"
2465+
"vscode": "1.1.9"
24662466
}
24672467
}

0 commit comments

Comments
 (0)