Skip to content

Commit

Permalink
Release Prep (#4053)
Browse files Browse the repository at this point in the history
* Update changelog and bump version

* Fix package-lock

* change date and prefix issues

* npm downgrade
  • Loading branch information
motm32 authored Mar 21, 2024
1 parent 96b2972 commit 965a478
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -697,7 +697,9 @@
"editor/title": [
{
"command": "azureFunctions.eventGrid.sendMockRequest",
"arguments": ["${file}"],
"arguments": [
"${file}"
],
"when": "resourceFilename=~/.*.eventgrid.json$/",
"group": "navigation@1"
}
Expand Down

0 comments on commit 965a478

Please sign in to comment.