Skip to content

Commit bd44c61

Browse files
committed
Preps v6.1.1
1 parent c78d06c commit bd44c61

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
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-
## [Unreleased]
7+
## [6.1.1] - 2017-11-17
88
### Fixed
99
- Fixes [#201](https://github.com/eamodio/vscode-gitlens/issues/201) - "Open in Remote" commands should check for branch upstream tracking
1010
- Fixes [#200](https://github.com/eamodio/vscode-gitlens/issues/200) - Submodule using terminal command, root directory is incorrect

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlens",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"author": {
55
"name": "Eric Amodio",
66
"email": "[email protected]"
@@ -2426,12 +2426,12 @@
24262426
"@types/copy-paste": "1.1.30",
24272427
"@types/iconv-lite": "0.0.1",
24282428
"@types/mocha": "2.2.44",
2429-
"@types/node": "8.0.47",
2429+
"@types/node": "8.0.53",
24302430
"@types/tmp": "0.0.33",
24312431
"husky": "^0.14.3",
24322432
"mocha": "4.0.1",
24332433
"tslint": "5.8.0",
24342434
"typescript": "2.6.1",
2435-
"vscode": "1.1.6"
2435+
"vscode": "1.1.7"
24362436
}
24372437
}

0 commit comments

Comments
 (0)