Parcourir la source

Bumps to v13.5.0

main
Keith Daulton il y a 1 an
Parent
révision
b1f879373c
2 fichiers modifiés avec 5 ajouts et 2 suppressions
  1. +4
    -1
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 4
- 1
CHANGELOG.md Voir le fichier

@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## [Unreleased]
## [13.5.0] - 2023-04-07
### Added
- Adds the ability to switch to an alternate panel layout for the _Commit Graph_ — closes [#2602](https://github.com/gitkraken/vscode-gitlens/issues/2602) and [#2537](https://github.com/gitkraken/vscode-gitlens/issues/2537)
@ -4664,7 +4666,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Initial release but still heavily a work in progress.
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v13.4.0...HEAD
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v13.5.0...HEAD
[13.5.0]: https://github.com/gitkraken/vscode-gitlens/compare/v13.4.0...gitkraken:v13.5.0
[13.4.0]: https://github.com/gitkraken/vscode-gitlens/compare/v13.3.2...gitkraken:v13.4.0
[13.3.2]: https://github.com/gitkraken/vscode-gitlens/compare/v13.3.1...gitkraken:v13.3.2
[13.3.1]: https://github.com/gitkraken/vscode-gitlens/compare/v13.3.0...gitkraken:v13.3.1

+ 1
- 1
package.json Voir le fichier

@ -2,7 +2,7 @@
"name": "gitlens",
"displayName": "GitLens — Git supercharged",
"description": "Supercharge Git within VS Code — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more",
"version": "13.4.0",
"version": "13.5.0",
"engines": {
"vscode": "^1.72.0"
},

Chargement…
Annuler
Enregistrer