Browse Source

Bumps to v11.0.3

main
Eric Amodio 4 years ago
parent
commit
90bf77232a
2 changed files with 9 additions and 1 deletions
  1. +8
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 8
- 0
CHANGELOG.md View File

@ -4,6 +4,14 @@ 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/).
## [11.0.3] - 2020-11-22
### Fixed
- Fixes [#1163](https://github.com/eamodio/vscode-gitlens/issues/1163) - Use Interactive Rebase Editor when run from GitLens command (regardless of Git config)
- Fixes [#1197](https://github.com/eamodio/vscode-gitlens/issues/1197) - Can't squash commit in interactive rebase editor
- Fixes the `gitlens.codeLens.scopes` setting json schema
## [11.0.2] - 2020-11-20
### Added

+ 1
- 1
package.json View File

@ -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": "11.0.2",
"version": "11.0.3",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"

Loading…
Cancel
Save