Skip to content

Commit a366b37

Browse files
authored
Release 2.20.1 (#1000)
1 parent bd7035a commit a366b37

3 files changed

Lines changed: 8 additions & 120 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
## [Unreleased]
22

3+
## [2.20.1] (2022-03-17)
4+
35
BUG FIXES:
46

5-
- Advertise proper exectution location [#989](https://github.com/hashicorp/vscode-terraform/pull/989)
7+
- Advertise proper execution location [#989](https://github.com/hashicorp/vscode-terraform/pull/989)
68

79
INTERNAL:
810

@@ -405,7 +407,8 @@ For information on prior major and minor releases, see their changelogs:
405407

406408

407409
<!-- Links to tag comparisons -->
408-
[Unreleased]: https://github.com/hashicorp/vscode-terraform/compare/v2.20.0...main
410+
[Unreleased]: https://github.com/hashicorp/vscode-terraform/compare/v2.20.1...main
411+
[2.20.1]: https://github.com/hashicorp/vscode-terraform/compare/v2.20.0...v2.20.1
409412
[2.20.0]: https://github.com/hashicorp/vscode-terraform/compare/v2.19.0...v2.20.0
410413
[2.19.0]: https://github.com/hashicorp/vscode-terraform/compare/v2.18.0...v2.19.0
411414
[2.18.0]: https://github.com/hashicorp/vscode-terraform/compare/v2.17.0...v2.18.0

package-lock.json

Lines changed: 2 additions & 117 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "terraform",
44
"displayName": "HashiCorp Terraform",
55
"description": "Syntax highlighting and autocompletion for Terraform",
6-
"version": "2.20.0",
6+
"version": "2.20.1",
77
"publisher": "hashicorp",
88
"appInsightsKey": "885372d2-6f3c-499f-9d25-b8b219983a52",
99
"license": "MPL-2.0",

0 commit comments

Comments
 (0)