Skip to content

Commit

Permalink
Changelog update and verison bump (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
nturinski authored May 16, 2023
1 parent e6102d2 commit 187a5d3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 24 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 0.7.3 - 2023-05-16

### Added
* Support for Logic Apps by @ccastrotrejo in https://github.com/microsoft/vscode-azureresourcegroups/pull/670

### Fixed
* Fail to deploy the project by clicking "Deploy" button from the notification by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/664

### Removed
* Disable resource group walkthrough by @esweet431 in https://github.com/microsoft/vscode-azureresourcegroups/pull/672

## 0.7.2 - SKIPPED

## 0.7.1 - 2023-04-05

### Fixed
Expand Down
22 changes: 1 addition & 21 deletions NOTICE.html
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ <h1>NOTICES AND INFORMATION</h1>
<li>
<details>
<summary>
@azure/logger 1.0.3 - MIT
@azure/logger 1.0.4 - MIT
</summary>
<p><a href="https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/logger/README.md">https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/logger/README.md</a></p>
<ul><li>Copyright (c) 2020 Microsoft</li>
Expand Down Expand Up @@ -1457,26 +1457,6 @@ <h1>NOTICES AND INFORMATION</h1>
</pre>
</details>
</li>
<li>
<details>
<summary>
@microsoft/vscode-azureresources-api 2.0.2 - MIT
</summary>

<ul><li>Copyright (c) Microsoft Corporation</li></ul>
<pre>
MIT License

Copyright (c) &lt;year&gt; &lt;copyright holders&gt;

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
</pre>
</details>
</li>
<li>
<details>
<summary>
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-azureresourcegroups",
"displayName": "Azure Resources",
"description": "%azureResourceGroups.description%",
"version": "0.7.2-alpha.0",
"version": "0.7.3",
"publisher": "ms-azuretools",
"icon": "resources/resourceGroup.png",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
Expand Down

0 comments on commit 187a5d3

Please sign in to comment.