Skip to content

Commit

Permalink
Prep for v1.12.1 release (#3767)
Browse files Browse the repository at this point in the history
* Bump version

* Update changelog
  • Loading branch information
alexweininger authored Jul 19, 2023
1 parent 2eb49f5 commit d2e0bce
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 1.12.1 - 2023-07-19

### Added
* Add Ballerina language support by @xlight05 in https://github.com/microsoft/vscode-azurefunctions/pull/3584

### Changed
* Print a warning if the function project root can't be found on deploy by @mkfrey in https://github.com/microsoft/vscode-azurefunctions/pull/3764

### Fixed
* Fix executing service bus topic trigger by @alexweininger in https://github.com/microsoft/vscode-azurefunctions/pull/3763

## 1.12.0 - 2023-07-13

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion 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.12.1-alpha.0",
"version": "1.12.1",
"publisher": "ms-azuretools",
"icon": "resources/azure-functions.png",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
Expand Down

0 comments on commit d2e0bce

Please sign in to comment.