Release Prep (#4053)
* Update changelog and bump version * Fix package-lock * change date and prefix issues * npm downgrade
This commit is contained in:
Родитель
96b2972ea3
Коммит
965a4785b7
|
@ -1,5 +1,14 @@
|
|||
# Change Log
|
||||
|
||||
## 1.14.0 - 2024-03-21
|
||||
|
||||
### Added
|
||||
* [[3943]](https://github.com/microsoft/vscode-azurefunctions/pull/3943), [[3964]](https://github.com/microsoft/vscode-azurefunctions/pull/3964) Support for creating containerized function apps
|
||||
* [[3929]](https://github.com/microsoft/vscode-azurefunctions/pull/3929) Support for creating containerized function projects
|
||||
|
||||
### Changed
|
||||
* [[3984]](https://github.com/microsoft/vscode-azurefunctions/pull/3984) Improved "Execute Function" flow for EventGrid functions
|
||||
|
||||
## 1.13.3 - 2024-02-05
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "vscode-azurefunctions",
|
||||
"version": "1.13.5-alpha.0",
|
||||
"version": "1.14.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "vscode-azurefunctions",
|
||||
"version": "1.13.5-alpha.0",
|
||||
"version": "1.14.0",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"dependencies": {
|
||||
"@azure/arm-appinsights": "^5.0.0-alpha.20230530.1",
|
||||
|
@ -874,9 +874,8 @@
|
|||
},
|
||||
"node_modules/@microsoft/vscode-azext-azureappservice": {
|
||||
"version": "3.1.2",
|
||||
"resolved": "file:../vscode-azuretools/appservice/microsoft-vscode-azext-azureappservice-3.1.2.tgz",
|
||||
"integrity": "sha512-uPT0C6QB4NmmxTdVghYXbe5urpvU5HCMANQYvmNEjz7Yxst8xfGA8CMoA84W84jIu4o/HP54jjA4Rio4U9pC4Q==",
|
||||
"license": "MIT",
|
||||
"resolved": "https://registry.npmjs.org/@microsoft/vscode-azext-azureappservice/-/vscode-azext-azureappservice-3.1.2.tgz",
|
||||
"integrity": "sha512-kkjahGeGsZMbqD+5wtjkoCYOLbF0wowrACT1yO2utDgNhghqzRDIm2GviTqLh69t/TKvlAIWR2P8nEY7SDQ/gQ==",
|
||||
"dependencies": {
|
||||
"@azure/abort-controller": "^1.0.4",
|
||||
"@azure/arm-appinsights": "^5.0.0-beta.4",
|
||||
|
@ -13989,7 +13988,8 @@
|
|||
},
|
||||
"@microsoft/vscode-azext-azureappservice": {
|
||||
"version": "3.1.2",
|
||||
"integrity": "sha512-uPT0C6QB4NmmxTdVghYXbe5urpvU5HCMANQYvmNEjz7Yxst8xfGA8CMoA84W84jIu4o/HP54jjA4Rio4U9pC4Q==",
|
||||
"resolved": "https://registry.npmjs.org/@microsoft/vscode-azext-azureappservice/-/vscode-azext-azureappservice-3.1.2.tgz",
|
||||
"integrity": "sha512-kkjahGeGsZMbqD+5wtjkoCYOLbF0wowrACT1yO2utDgNhghqzRDIm2GviTqLh69t/TKvlAIWR2P8nEY7SDQ/gQ==",
|
||||
"requires": {
|
||||
"@azure/abort-controller": "^1.0.4",
|
||||
"@azure/arm-appinsights": "^5.0.0-beta.4",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "vscode-azurefunctions",
|
||||
"displayName": "Azure Functions",
|
||||
"description": "%azureFunctions.description%",
|
||||
"version": "1.13.5-alpha.0",
|
||||
"version": "1.14.0",
|
||||
"publisher": "ms-azuretools",
|
||||
"icon": "resources/azure-functions.png",
|
||||
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
|
||||
|
@ -697,7 +697,9 @@
|
|||
"editor/title": [
|
||||
{
|
||||
"command": "azureFunctions.eventGrid.sendMockRequest",
|
||||
"arguments": ["${file}"],
|
||||
"arguments": [
|
||||
"${file}"
|
||||
],
|
||||
"when": "resourceFilename=~/.*.eventgrid.json$/",
|
||||
"group": "navigation@1"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче