Skip to content

Commit de0e444

Browse files
committed
Bumps to v18.2.0
1 parent 4f899b2 commit de0e444

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.2.0] - 2026-06-15
10+
911
### Added
1012

1113
- Introduces AI-powered conflict resolution (Preview) — a new **Resolve** mode in the _Commit Graph_ WIP details panel that uses AI to resolve merge, rebase, and cherry-pick conflicts ([#5306](https://github.com/gitkraken/vscode-gitlens/issues/5306))
@@ -6994,7 +6996,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
69946996

69956997
- Initial release but still heavily a work in progress.
69966998

6997-
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v18.1.0...HEAD
6999+
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v18.2.0...HEAD
7000+
[18.2.0]: https://github.com/gitkraken/vscode-gitlens/compare/v18.1.0...gitkraken:v18.2.0
69987001
[18.1.0]: https://github.com/gitkraken/vscode-gitlens/compare/v18.0.0...gitkraken:v18.1.0
69997002
[18.0.0]: https://github.com/gitkraken/vscode-gitlens/compare/v17.12.2...gitkraken:v18.0.0
70007003
[17.12.2]: https://github.com/gitkraken/vscode-gitlens/compare/v17.12.1...gitkraken:v17.12.2

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

0 commit comments

Comments
 (0)