Ramin Test 1 рік тому
джерело
коміт
01f92d218e
2 змінених файлів з 5 додано та 2 видалено
  1. +4
    -1
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 4
- 1
CHANGELOG.md Переглянути файл

@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## [Unreleased]
## [13.4.0] - 2023-03-16
### Added
- 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
- Initial release but still heavily a work in progress.
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v13.3.2...HEAD
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v13.4.0...HEAD
[13.4.0]: https://github.com/gitkraken/vscode-gitlens/compare/v13.3.2...gitkraken:v13.4.0
[13.3.2]: https://github.com/gitkraken/vscode-gitlens/compare/v13.3.1...gitkraken:v13.3.2
[13.3.1]: https://github.com/gitkraken/vscode-gitlens/compare/v13.3.0...gitkraken:v13.3.1
[13.3.0]: https://github.com/gitkraken/vscode-gitlens/compare/v13.2.0...gitkraken:v13.3.0

+ 1
- 1
package.json Переглянути файл

@ -2,7 +2,7 @@
"name": "gitlens",
"displayName": "GitLens — Git supercharged",
"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",
"version": "13.3.2",
"version": "13.4.0",
"engines": {
"vscode": "^1.72.0"
},

Завантаження…
Відмінити
Зберегти