Skip to content

Commit

Permalink
Preps v10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Oct 6, 2019
1 parent 7de6ed7 commit f22a9cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ 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]
## [10.1.0] - 2019-10-06

### Added

- Adds a new commands to _Git Commands_ (`gitlens.gitCommands`)
- Adds a new _branch_ command with sub-commands for _create_, _delete_, and _rename_
- Adds a new _Git Commands_ (`gitlens.gitCommands`)
- Adds a new _branch_ command with sub-commands for _create_, _rename_, and _delete_
- Adds a _Reveal Branch in Repositories View_ button to the quick pick menu toolbar
- Adds keyboard navigation
- `right arrow` — reveals the selected branch in the _Repositories_ view, if there is no text in the quick pick menu
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gitlens",
"displayName": "GitLens — Git supercharged",
"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",
"version": "10.0.1",
"version": "10.1.0",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"
Expand Down

0 comments on commit f22a9cd

Please sign in to comment.