Eric Amodio 2 роки тому
джерело
коміт
835d6317db
2 змінених файлів з 7 додано та 2 видалено
  1. +6
    -1
      CHANGELOG.md
  2. +1
    -1
      package.json

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

@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## [Unreleased]
## [13.1.0] - 2002-11-17
### Added
- Adds _Commit Graph_ enhancements
@ -4455,7 +4457,10 @@ 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.0.2...HEAD
[unreleased]: https://github.com/gitkraken/vscode-gitlens/compare/v13.1.0...HEAD
[13.1.0]: https://github.com/gitkraken/vscode-gitlens/compare/v13.0.4...gitkraken:v13.1.0
[13.0.4]: https://github.com/gitkraken/vscode-gitlens/compare/v13.0.3...gitkraken:v13.0.4
[13.0.3]: https://github.com/gitkraken/vscode-gitlens/compare/v13.0.2...gitkraken:v13.0.3
[13.0.2]: https://github.com/gitkraken/vscode-gitlens/compare/v12.2.2...gitkraken:v13.0.2
[12.2.2]: https://github.com/gitkraken/vscode-gitlens/compare/v12.2.1...gitkraken:v12.2.2
[12.2.1]: https://github.com/gitkraken/vscode-gitlens/compare/v12.2.0...gitkraken:v12.2.1

+ 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.0.3",
"version": "13.1.0",
"engines": {
"vscode": "^1.72.0"
},

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