v1.7.4 release prep (#3233)
This commit is contained in:
Родитель
6ee676ed42
Коммит
7cce693b27
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
|||
# Change Log
|
||||
|
||||
## 1.7.4 - 2022-07-05
|
||||
|
||||
### Changed
|
||||
- Updated minimum version of VS Code to 1.66.0 [#3231](https://github.com/microsoft/vscode-azurefunctions/pull/3231)
|
||||
- Updated @vscode/extension-telemetry to 0.6.2 [#3229](https://github.com/microsoft/vscode-azurefunctions/pull/3229)
|
||||
|
||||
### Fixed
|
||||
- Add node types to TS project template [#3199](https://github.com/microsoft/vscode-azurefunctions/issues/3199)
|
||||
- Missing Advanced Create context menu item [#3171](https://github.com/microsoft/vscode-azurefunctions/issues/3171)
|
||||
|
||||
## 1.7.3 - 2022-06-01
|
||||
|
||||
### Changed
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "vscode-azurefunctions",
|
||||
"version": "1.7.4-alpha.5",
|
||||
"version": "1.7.4",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "vscode-azurefunctions",
|
||||
"version": "1.7.4-alpha.5",
|
||||
"version": "1.7.4",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"dependencies": {
|
||||
"@azure/arm-appinsights": "^4.0.0",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "vscode-azurefunctions",
|
||||
"displayName": "Azure Functions",
|
||||
"description": "%azureFunctions.description%",
|
||||
"version": "1.7.4-alpha.5",
|
||||
"version": "1.7.4",
|
||||
"publisher": "ms-azuretools",
|
||||
"icon": "resources/azure-functions.png",
|
||||
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
|
||||
|
|
Загрузка…
Ссылка в новой задаче