chore: Prepare for 3.12.6 (#1305)
This commit is contained in:
Родитель
9d9a5cc455
Коммит
5883b1f91e
|
@ -4,6 +4,11 @@ All notable changes to the "vscode-gradle" extension will be documented in this
|
|||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [3.12.6](https://github.com/microsoft/vscode-gradle/compare/3.12.5...3.12.6) (2022-11-29)
|
||||
|
||||
### Fixed
|
||||
- [Bugs fixed](https://github.com/microsoft/vscode-gradle/issues?q=is%3Aissue+label%3Abug+milestone%3A%22November+2022%22+is%3Aclosed)
|
||||
|
||||
## [3.12.5](https://github.com/microsoft/vscode-gradle/compare/3.12.4...3.12.5) (2022-09-28)
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vscode-gradle",
|
||||
"version": "3.12.5",
|
||||
"version": "3.12.6",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -2174,6 +2174,11 @@
|
|||
"integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
|
||||
"dev": true
|
||||
},
|
||||
"jdk-utils": {
|
||||
"version": "0.4.4",
|
||||
"resolved": "https://registry.npmjs.org/jdk-utils/-/jdk-utils-0.4.4.tgz",
|
||||
"integrity": "sha512-QSwVdPtwdHRvY6zDD0GOZo5Fu7AdgfNDyizZWhk16jnrcLTPbmsww4WLDC+5wyxCWm8izZZfmjTVcicdreuJLw=="
|
||||
},
|
||||
"jest-worker": {
|
||||
"version": "27.5.1",
|
||||
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "vscode-gradle",
|
||||
"displayName": "Gradle for Java",
|
||||
"description": "Manage Gradle Projects, run Gradle tasks and provide better Gradle file authoring experience in VS Code",
|
||||
"version": "3.12.5",
|
||||
"version": "3.12.6",
|
||||
"private": true,
|
||||
"publisher": "vscjava",
|
||||
"aiKey": "b4aae7d0-c65b-4819-92bf-1d2f537ae7ce",
|
||||
|
|
Загрузка…
Ссылка в новой задаче