Skip to content

Commit c896c92

Browse files
committed
Bumps to v17.11.1
1 parent c5ef493 commit c896c92

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.11.1] - 2026-03-11
10+
911
### Added
1012

1113
- Adds bundled MCP registration in Cursor, eliminating the need for a manual `mcp.json` entry ([#4985](https://github.com/gitkraken/vscode-gitlens/issues/4985))
@@ -6735,7 +6737,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
67356737

67366738
- Initial release but still heavily a work in progress.
67376739

6738-
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v17.11.0...HEAD
6740+
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v17.11.1...HEAD
6741+
[17.11.1]: https://github.com/gitkraken/vscode-gitlens/compare/v17.11.0...gitkraken:v17.11.1
67396742
[17.11.0]: https://github.com/gitkraken/vscode-gitlens/compare/v17.10.2...gitkraken:v17.11.0
67406743
[17.10.2]: https://github.com/gitkraken/vscode-gitlens/compare/v17.10.1...gitkraken:v17.10.2
67416744
[17.10.1]: https://github.com/gitkraken/vscode-gitlens/compare/v17.10.0...gitkraken:v17.10.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.11.0",
5+
"version": "17.11.1",
66
"engines": {
77
"node": ">= 22.12.0",
88
"pnpm": ">= 10.0.0",

0 commit comments

Comments
 (0)