Bump version, update changelog, and update notice (#820)
* Bump version to 0.12.0 * Update changelog * Update NOTICE * Fix links
This commit is contained in:
Родитель
76474983b4
Коммит
ae27ad2942
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
|||
# Change Log
|
||||
|
||||
## 0.12.0 - 2023-04-03
|
||||
|
||||
### Added
|
||||
* VS Code for the Web support. Create and deploy Static Web Apps right from the browser with [vscode.dev](https://vscode.dev)! @nturinski in [#801](https://github.com/microsoft/vscode-azurestaticwebapps/pull/801)
|
||||
* Basic support for debugging Static Web Apps that use [Data API builder for Azure Databases](https://github.com/Azure/data-api-builder) by @alexweininger in [#808](https://github.com/microsoft/vscode-azurestaticwebapps/pull/808)
|
||||
* [SvelteKit](https://kit.svelte.dev/) build preset by @nturinski in [#816](https://github.com/microsoft/vscode-azurestaticwebapps/pull/816)
|
||||
|
||||
### Fixed
|
||||
* Suppress not github repo error by @nturinski in [#811](https://github.com/microsoft/vscode-azurestaticwebapps/pull/811)
|
||||
|
||||
### Dependencies
|
||||
* Bump simple-git from 3.15.1 to 3.16.0 by @dependabot in [#787](https://github.com/microsoft/vscode-azurestaticwebapps/pull/787)
|
||||
|
||||
## 0.11.4 - 2023-01-26
|
||||
|
||||
### Added
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "vscode-azurestaticwebapps",
|
||||
"version": "0.11.5-alpha.0",
|
||||
"version": "0.12.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "vscode-azurestaticwebapps",
|
||||
"version": "0.11.5-alpha.0",
|
||||
"version": "0.12.0",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"dependencies": {
|
||||
"@azure/arm-appservice": "^11.0.0",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "vscode-azurestaticwebapps",
|
||||
"displayName": "Azure Static Web Apps",
|
||||
"description": "%staticWebApps.description%",
|
||||
"version": "0.11.5-alpha.0",
|
||||
"version": "0.12.0",
|
||||
"publisher": "ms-azuretools",
|
||||
"icon": "resources/azure-staticwebapps.png",
|
||||
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
|
||||
|
|
Загрузка…
Ссылка в новой задаче