Browse Source

Bumps to v11.0.5

main
Eric Amodio 4 years ago
parent
commit
c95a1d99ec
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 1
- 1
CHANGELOG.md View File

@ -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/). The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [11.0.5] - 2020-11-23
### Fixed ### Fixed

+ 1
- 1
package.json View File

@ -2,7 +2,7 @@
"name": "gitlens", "name": "gitlens",
"displayName": "GitLens — Git supercharged", "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", "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.4",
"version": "11.0.5",
"author": { "author": {
"name": "Eric Amodio", "name": "Eric Amodio",
"email": "eamodio@gmail.com" "email": "eamodio@gmail.com"

Loading…
Cancel
Save