Skip to content

Commit b1f8793

Browse files
committed
Bumps to v13.5.0
1 parent 1dd59fc commit b1f8793

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
## [Unreleased]
88

9+
## [13.5.0] - 2023-04-07
10+
911
### Added
1012

1113
- 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
46644666

46654667
- Initial release but still heavily a work in progress.
46664668

4667-
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v13.4.0...HEAD
4669+
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v13.5.0...HEAD
4670+
[13.5.0]: https://github.com/gitkraken/vscode-gitlens/compare/v13.4.0...gitkraken:v13.5.0
46684671
[13.4.0]: https://github.com/gitkraken/vscode-gitlens/compare/v13.3.2...gitkraken:v13.4.0
46694672
[13.3.2]: https://github.com/gitkraken/vscode-gitlens/compare/v13.3.1...gitkraken:v13.3.2
46704673
[13.3.1]: https://github.com/gitkraken/vscode-gitlens/compare/v13.3.0...gitkraken:v13.3.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gitlens",
33
"displayName": "GitLens — Git supercharged",
44
"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",
5-
"version": "13.4.0",
5+
"version": "13.5.0",
66
"engines": {
77
"vscode": "^1.72.0"
88
},

0 commit comments

Comments
 (0)