Skip to content

Commit d1a79f7

Browse files
committed
Bumps to v14.5.2
1 parent e402103 commit d1a79f7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
## [Unreleased]
88

9+
## [14.5.2] - 2023-11-30
10+
11+
### Added
12+
13+
- Adds cyber week promotion
14+
915
## [14.5.1] - 2023-11-21
1016

1117
### Added
@@ -5052,7 +5058,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
50525058

50535059
- Initial release but still heavily a work in progress.
50545060

5055-
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v14.5.1...HEAD
5061+
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v14.5.2...HEAD
5062+
[14.5.2]: https://github.com/gitkraken/vscode-gitlens/compare/v14.5.1...gitkraken:v14.5.2
50565063
[14.5.1]: https://github.com/gitkraken/vscode-gitlens/compare/v14.5.0...gitkraken:v14.5.1
50575064
[14.5.0]: https://github.com/gitkraken/vscode-gitlens/compare/v14.4.0...gitkraken:v14.5.0
50585065
[14.4.0]: https://github.com/gitkraken/vscode-gitlens/compare/v14.3.0...gitkraken:v14.4.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": "14.5.1",
5+
"version": "14.5.2",
66
"engines": {
77
"vscode": "^1.81.0"
88
},

0 commit comments

Comments
 (0)