Skip to content

Commit 23ffbda

Browse files
committed
Bumps to v13.3.2
1 parent 785fa50 commit 23ffbda

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: 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+
## [13.3.2] - 2023-03-06
10+
911
### Changed
1012

1113
- Reduces the size of the GitLens bundle which improves startup time
@@ -4589,7 +4591,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
45894591

45904592
- Initial release but still heavily a work in progress.
45914593

4592-
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v13.3.1...HEAD
4594+
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v13.3.2...HEAD
4595+
[13.3.2]: https://github.com/gitkraken/vscode-gitlens/compare/v13.3.1...gitkraken:v13.3.2
45934596
[13.3.1]: https://github.com/gitkraken/vscode-gitlens/compare/v13.3.0...gitkraken:v13.3.1
45944597
[13.3.0]: https://github.com/gitkraken/vscode-gitlens/compare/v13.2.0...gitkraken:v13.3.0
45954598
[13.2.0]: https://github.com/gitkraken/vscode-gitlens/compare/v13.1.1...gitkraken:v13.2.0

Diff for: 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": "13.3.1",
5+
"version": "13.3.2",
66
"engines": {
77
"vscode": "^1.72.0"
88
},

0 commit comments

Comments
 (0)