Skip to content

Commit

Permalink
Preps v6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Nov 17, 2017
1 parent c78d06c commit bd44c61
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## [Unreleased]
## [6.1.1] - 2017-11-17
### Fixed
- Fixes [#201](https://github.com/eamodio/vscode-gitlens/issues/201) - "Open in Remote" commands should check for branch upstream tracking
- Fixes [#200](https://github.com/eamodio/vscode-gitlens/issues/200) - Submodule using terminal command, root directory is incorrect
Expand Down
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "6.1.0",
"version": "6.1.1",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"
Expand Down Expand Up @@ -2426,12 +2426,12 @@
"@types/copy-paste": "1.1.30",
"@types/iconv-lite": "0.0.1",
"@types/mocha": "2.2.44",
"@types/node": "8.0.47",
"@types/node": "8.0.53",
"@types/tmp": "0.0.33",
"husky": "^0.14.3",
"mocha": "4.0.1",
"tslint": "5.8.0",
"typescript": "2.6.1",
"vscode": "1.1.6"
"vscode": "1.1.7"
}
}

0 comments on commit bd44c61

Please sign in to comment.