Skip to content

Commit 747af3c

Browse files
committed
Bumps to v17.12.2
1 parent c4b5cfb commit 747af3c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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+
## [17.12.2] - 2026-04-22
10+
911
### Fixed
1012

1113
- Fixes an issue where newlines in commit messages were not rendered in hovers and tooltips, collapsing multi-line commit bodies onto a single line — regression in v17.12.0 ([#5157](https://github.com/gitkraken/vscode-gitlens/issues/5157))
@@ -6808,7 +6810,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
68086810

68096811
- Initial release but still heavily a work in progress.
68106812

6811-
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v17.12.1...HEAD
6813+
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v17.12.2...HEAD
6814+
[17.12.2]: https://github.com/gitkraken/vscode-gitlens/compare/v17.12.1...gitkraken:v17.12.2
68126815
[17.12.1]: https://github.com/gitkraken/vscode-gitlens/compare/v17.12.0...gitkraken:v17.12.1
68136816
[17.12.0]: https://github.com/gitkraken/vscode-gitlens/compare/v17.11.1...gitkraken:v17.12.0
68146817
[17.11.1]: https://github.com/gitkraken/vscode-gitlens/compare/v17.11.0...gitkraken:v17.11.1

package.json

Lines changed: 1 addition & 1 deletion
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": "17.12.1",
5+
"version": "17.12.2",
66
"engines": {
77
"node": ">= 22.18.0",
88
"pnpm": ">= 10.0.0",

0 commit comments

Comments
 (0)