Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.14.1 prep #1070

Merged
merged 3 commits into from
Jun 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 0.14.1 - 2022-06-01

### Changed
- Update @vscode/extension-telemetry to 0.5.2 [#1069](https://github.com/microsoft/vscode-azurestorage/pull/1069)

## 0.14.0 - 2022-05-24

We've made some large design changes to the Azure extensions for VS Code. [View App Centric release notes](https://aka.ms/AzCode/AppCentric)
Expand Down
2 changes: 1 addition & 1 deletion NOTICE.html
Original file line number Diff line number Diff line change
Expand Up @@ -6202,7 +6202,7 @@ <h1>NOTICES AND INFORMATION</h1>
<li>
<details>
<summary>
@vscode/extension-telemetry 0.5.1 - MIT
@vscode/extension-telemetry 0.5.2 - MIT
</summary>
<p><a href="https://github.com/Microsoft/vscode-extension-telemetry#readme">https://github.com/Microsoft/vscode-extension-telemetry#readme</a></p>
<ul><li>Copyright (c) Microsoft Corporation</li>
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-azurestorage",
"displayName": "Azure Storage",
"description": "Manage your Azure Storage accounts including Blob Containers, File Shares, Tables and Queues",
"version": "0.14.1-alpha.1",
"version": "0.14.1",
"publisher": "ms-azuretools",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"engines": {
Expand Down