Update version and changelog (#4186)
This commit is contained in:
Родитель
d5c041d0cf
Коммит
5efe39be94
|
@ -1,5 +1,13 @@
|
|||
# Change Log
|
||||
|
||||
## 1.15.1 - 2024-06-18
|
||||
|
||||
### Changed
|
||||
* [[4182]](https://github.com/microsoft/vscode-azurefunctions/pull/4182) Display a warning when attempting to deploy a containerized function app
|
||||
|
||||
### Fixed
|
||||
* [[4184]](https://github.com/microsoft/vscode-azurefunctions/pull/4184) "+ Create new function app" command when deploying a containerized function app
|
||||
|
||||
## 1.15.0 - 2024-05-21
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "vscode-azurefunctions",
|
||||
"version": "1.15.1-alpha.0",
|
||||
"version": "1.15.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "vscode-azurefunctions",
|
||||
"version": "1.15.1-alpha.0",
|
||||
"version": "1.15.1",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"dependencies": {
|
||||
"@azure/arm-appinsights": "^5.0.0-alpha.20230530.1",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "vscode-azurefunctions",
|
||||
"displayName": "Azure Functions",
|
||||
"description": "%azureFunctions.description%",
|
||||
"version": "1.15.1-alpha.0",
|
||||
"version": "1.15.1",
|
||||
"publisher": "ms-azuretools",
|
||||
"icon": "resources/azure-functions.png",
|
||||
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
|
||||
|
|
Загрузка…
Ссылка в новой задаче