Skip to content

Commit

Permalink
Update changelog and version (#2984)
Browse files Browse the repository at this point in the history
  • Loading branch information
nturinski authored Oct 13, 2021
1 parent ed5b246 commit 61ed487
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.5.2 - 2021-10-12
### Added
- AzureFunctionsExtensionApi command `validateFuncCoreToolsInstalled`

### Changed
- `proxies.json` are no longer created when calling `Create New Project...`
- Proxy tree items are no longer displayed in local project tree view

## 1.5.1 - 2021-09-09
### Fixed
- [Bugs fixed](https://github.com/Microsoft/vscode-azurefunctions/issues?q=is%3Aissue+milestone%3A%221.5.1%22+is%3Aclosed+)
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.5.2-alpha",
"version": "1.5.2",
"publisher": "ms-azuretools",
"icon": "resources/azure-functions.png",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
Expand Down

0 comments on commit 61ed487

Please sign in to comment.