update version and changelog (#224)
This commit is contained in:
Родитель
4e90081208
Коммит
abddbec09c
|
@ -4,6 +4,11 @@ All notable changes to the "Azure Terraform" extension will be documented in thi
|
|||
|
||||
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
|
||||
|
||||
## [0.3.2]
|
||||
### Fixed
|
||||
- fix dependency issues
|
||||
- [#212](https://github.com/Azure/vscode-azureterraform/issues/212)
|
||||
- [#222](https://github.com/Azure/vscode-azureterraform/issues/222)
|
||||
|
||||
## [0.3.1]
|
||||
### Fixed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vscode-azureterraform",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "vscode-azureterraform",
|
||||
"displayName": "Azure Terraform",
|
||||
"description": "VS Code extension for developing with Terraform on Azure",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"publisher": "ms-azuretools",
|
||||
"aiKey": "ae482601-060f-4c71-8567-ebd5085483c9",
|
||||
"icon": "images/terraform.png",
|
||||
|
|
Загрузка…
Ссылка в новой задаче