Skip to content

Commit c5fb7d5

Browse files
committed
Bumps to v18.0.0
1 parent fca1de6 commit c5fb7d5

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+
## [18.0.0] - 2026-05-27
10+
911
### Added
1012

1113
- Introduces an all-new _Commit Graph_ experience — a comprehensive redesign that pulls commit inspection, AI workflows, comparisons, branch focus, and working-change management directly into the graph
@@ -6914,7 +6916,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
69146916

69156917
- Initial release but still heavily a work in progress.
69166918

6917-
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v17.12.2...HEAD
6919+
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v18.0.0...HEAD
6920+
[18.0.0]: https://github.com/gitkraken/vscode-gitlens/compare/v17.12.2...gitkraken:v18.0.0
69186921
[17.12.2]: https://github.com/gitkraken/vscode-gitlens/compare/v17.12.1...gitkraken:v17.12.2
69196922
[17.12.1]: https://github.com/gitkraken/vscode-gitlens/compare/v17.12.0...gitkraken:v17.12.1
69206923
[17.12.0]: https://github.com/gitkraken/vscode-gitlens/compare/v17.11.1...gitkraken:v17.12.0

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.0",
5+
"version": "18.0.0",
66
"engines": {
77
"node": ">= 22.18.0",
88
"pnpm": ">= 10.0.0",

0 commit comments

Comments
 (0)