From 68640771c82750669fc008e294eef4e3e0a3565a Mon Sep 17 00:00:00 2001 From: Alex Weininger Date: Wed, 22 Mar 2023 17:29:25 -0400 Subject: [PATCH] Prep for v0.6.2 release (#619) * Bump version to 0.6.2 * Update changelog * Update NOTICE.html --- CHANGELOG.md | 5 +++++ NOTICE.html | 23 ++++++++++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3069908a..9656cdaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 0.6.2 - 2023-03-22 + +### Changed +* Prepare for [Azure Spring Apps VS Code extension](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-azurespringcloud) integration by @wangmingliang-ms in [#605](https://github.com/microsoft/vscode-azureresourcegroups/pull/605) + ## 0.6.1 - 2023-02-29 ### Fixed diff --git a/NOTICE.html b/NOTICE.html index 97968a23..7db8d5c6 100644 --- a/NOTICE.html +++ b/NOTICE.html @@ -1158,7 +1158,8 @@

NOTICES AND INFORMATION

@azure/core-tracing 1.0.0-preview.13 - MIT

https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-tracing/README.md

- +
         The MIT License (MIT)
 
@@ -1512,6 +1513,26 @@ 

NOTICES AND INFORMATION

+
  • +
    + + @microsoft/vscode-azureresources-api 2.0.2 - MIT + + +
    • Copyright (c) Microsoft Corporation
    +
    +        MIT License
    +
    +Copyright (c) <year> <copyright holders>
    +
    +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), 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 "AS IS", 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.
    +        
    +
    +
  • diff --git a/package-lock.json b/package-lock.json index fd927d35..c162e9d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-azureresourcegroups", - "version": "0.6.2-alpha.0", + "version": "0.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-azureresourcegroups", - "version": "0.6.2-alpha.0", + "version": "0.6.2", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@azure/arm-resources": "5.0.0", diff --git a/package.json b/package.json index 06c9d11c..fcbb1c1e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-azureresourcegroups", "displayName": "Azure Resources", "description": "%azureResourceGroups.description%", - "version": "0.6.2-alpha.0", + "version": "0.6.2", "publisher": "ms-azuretools", "icon": "resources/resourceGroup.png", "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",