Skip to content

Commit 2d76f8e

Browse files
committed
Bumps to v18.3.0
1 parent 4579772 commit 2d76f8e

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.3.0] - 2026-07-09
10+
911
### Added
1012

1113
- Adds ConfigCat-based feature flag service for A/B testing and experimentation support ([#5092](https://github.com/gitkraken/vscode-gitlens/issues/5092))
@@ -7063,7 +7065,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
70637065

70647066
- Initial release but still heavily a work in progress.
70657067

7066-
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v18.2.0...HEAD
7068+
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v18.3.0...HEAD
7069+
[18.3.0]: https://github.com/gitkraken/vscode-gitlens/compare/v18.2.0...gitkraken:v18.3.0
70677070
[18.2.0]: https://github.com/gitkraken/vscode-gitlens/compare/v18.1.0...gitkraken:v18.2.0
70687071
[18.1.0]: https://github.com/gitkraken/vscode-gitlens/compare/v18.0.0...gitkraken:v18.1.0
70697072
[18.0.0]: https://github.com/gitkraken/vscode-gitlens/compare/v17.12.2...gitkraken:v18.0.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": "18.2.0",
5+
"version": "18.3.0",
66
"engines": {
77
"node": ">= 22.18.0",
88
"pnpm": ">= 10.0.0",

0 commit comments

Comments
 (0)