Skip to content

Commit 01f92d2

Browse files
Bumps to v13.4.0
1 parent 535f657 commit 01f92d2

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+
## [13.4.0] - 2023-03-16
10+
911
### Added
1012

1113
- Adds an experimental _Generate Commit Message (Experimental)_ command to use OpenAI to generate a commit message for staged changes
@@ -4620,7 +4622,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
46204622

46214623
- Initial release but still heavily a work in progress.
46224624

4623-
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v13.3.2...HEAD
4625+
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v13.4.0...HEAD
4626+
[13.4.0]: https://github.com/gitkraken/vscode-gitlens/compare/v13.3.2...gitkraken:v13.4.0
46244627
[13.3.2]: https://github.com/gitkraken/vscode-gitlens/compare/v13.3.1...gitkraken:v13.3.2
46254628
[13.3.1]: https://github.com/gitkraken/vscode-gitlens/compare/v13.3.0...gitkraken:v13.3.1
46264629
[13.3.0]: https://github.com/gitkraken/vscode-gitlens/compare/v13.2.0...gitkraken:v13.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": "13.3.2",
5+
"version": "13.4.0",
66
"engines": {
77
"vscode": "^1.72.0"
88
},

0 commit comments

Comments
 (0)