Skip to content

Commit

Permalink
Prep for 0.11.4 release (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweininger authored Jan 26, 2023
1 parent a3220f7 commit db0aa3a
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 39 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## 0.11.4 - 2023-01-26

### Added
* Allow creating .NET 7.0 Functions by @alexweininger in [#759](https://github.com/microsoft/vscode-azurestaticwebapps/pull/759)
* Forward compatibility with Azure Resources API v2 by @alexweininger in [#778](https://github.com/microsoft/vscode-azurestaticwebapps/pull/778)

### Changed
* Remove support for creating .NET Core 3.1 functions by @alexweininger in [#760](https://github.com/microsoft/vscode-azurestaticwebapps/pull/760)

### Engineering
* Fix readme badges by @bwateratmsft in [#751](https://github.com/microsoft/vscode-azurestaticwebapps/pull/751)
* Use new `getExtensionExports` util by @alexweininger in [#772](https://github.com/microsoft/vscode-azurestaticwebapps/pull/772)
* Add .nvmrc file by @alexweininger in [#774](https://github.com/microsoft/vscode-azurestaticwebapps/pull/774)
* Migrate to @vscode/test-electron package by @alexweininger in [#779](https://github.com/microsoft/vscode-azurestaticwebapps/pull/779)

### Dependencies
* Bump @xmldom/xmldom from 0.7.5 to 0.7.8 by @dependabot in [#756](https://github.com/microsoft/vscode-azurestaticwebapps/pull/756)
* Bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in [#762](https://github.com/microsoft/vscode-azurestaticwebapps/pull/762)
* Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in [#769](https://github.com/microsoft/vscode-azurestaticwebapps/pull/769)
* Bump qs from 6.10.1 to 6.11.0 by @dependabot in [#771](https://github.com/microsoft/vscode-azurestaticwebapps/pull/771)
* Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in [#763](https://github.com/microsoft/vscode-azurestaticwebapps/pull/763)
* Bump simple-git from 3.5.0 to 3.15.1 by @dependabot in [#773](https://github.com/microsoft/vscode-azurestaticwebapps/pull/773)
* Bump json5 from 1.0.1 to 1.0.2 by @dependabot in [#776](https://github.com/microsoft/vscode-azurestaticwebapps/pull/776)

## 0.11.3 - 2022-10-13

### Added
Expand Down
76 changes: 40 additions & 36 deletions NOTICE.html

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

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-azurestaticwebapps",
"displayName": "Azure Static Web Apps",
"description": "%staticWebApps.description%",
"version": "0.11.4-alpha.0",
"version": "0.11.4",
"publisher": "ms-azuretools",
"icon": "resources/azure-staticwebapps.png",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
Expand Down

0 comments on commit db0aa3a

Please sign in to comment.