Skip to content

Commit 38807e1

Browse files
committed
Bumps to v16.3.3
1 parent 621edae commit 38807e1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
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+
## [16.3.3] - 2025-03-13
10+
911
### Fixed
1012

1113
- Fixes GitLens gets stuck after rebase ([#4078](https://github.com/gitkraken/vscode-gitlens/issues/4078))
@@ -5994,7 +5996,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
59945996

59955997
- Initial release but still heavily a work in progress.
59965998

5997-
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v16.3.2...HEAD
5999+
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v16.3.3...HEAD
6000+
[16.3.3]: https://github.com/gitkraken/vscode-gitlens/compare/v16.3.2...gitkraken:v16.3.3
59986001
[16.3.2]: https://github.com/gitkraken/vscode-gitlens/compare/v16.3.1...gitkraken:v16.3.2
59996002
[16.3.1]: https://github.com/gitkraken/vscode-gitlens/compare/v16.3.0...gitkraken:v16.3.1
60006003
[16.3.0]: https://github.com/gitkraken/vscode-gitlens/compare/v16.2.1...gitkraken:v16.3.0

package.json

+1-1
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": "16.3.2",
5+
"version": "16.3.3",
66
"engines": {
77
"node": ">= 22.12.0",
88
"pnpm": ">= 10.0.0",

0 commit comments

Comments
 (0)