Skip to content

Commit f22a9cd

Browse files
committed
Preps v10.1
1 parent 7de6ed7 commit f22a9cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ 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+
## [10.1.0] - 2019-10-06
88

99
### Added
1010

11-
- Adds a new commands to _Git Commands_ (`gitlens.gitCommands`)
12-
- Adds a new _branch_ command with sub-commands for _create_, _delete_, and _rename_
11+
- Adds a new _Git Commands_ (`gitlens.gitCommands`)
12+
- Adds a new _branch_ command with sub-commands for _create_, _rename_, and _delete_
1313
- Adds a _Reveal Branch in Repositories View_ button to the quick pick menu toolbar
1414
- Adds keyboard navigation
1515
- `right arrow` — reveals the selected branch in the _Repositories_ view, if there is no text in the quick pick menu

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gitlens",
33
"displayName": "GitLens — Git supercharged",
44
"description": "Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more",
5-
"version": "10.0.1",
5+
"version": "10.1.0",
66
"author": {
77
"name": "Eric Amodio",
88
"email": "[email protected]"

0 commit comments

Comments
 (0)