Skip to content

Commit

Permalink
Release 2.20.1 (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpogran authored Mar 17, 2022
1 parent bd7035a commit a366b37
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 120 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## [Unreleased]

## [2.20.1] (2022-03-17)

BUG FIXES:

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

INTERNAL:

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


<!-- Links to tag comparisons -->
[Unreleased]: https://github.com/hashicorp/vscode-terraform/compare/v2.20.0...main
[Unreleased]: https://github.com/hashicorp/vscode-terraform/compare/v2.20.1...main
[2.20.1]: https://github.com/hashicorp/vscode-terraform/compare/v2.20.0...v2.20.1
[2.20.0]: https://github.com/hashicorp/vscode-terraform/compare/v2.19.0...v2.20.0
[2.19.0]: https://github.com/hashicorp/vscode-terraform/compare/v2.18.0...v2.19.0
[2.18.0]: https://github.com/hashicorp/vscode-terraform/compare/v2.17.0...v2.18.0
Expand Down
119 changes: 2 additions & 117 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 @@ -3,7 +3,7 @@
"name": "terraform",
"displayName": "HashiCorp Terraform",
"description": "Syntax highlighting and autocompletion for Terraform",
"version": "2.20.0",
"version": "2.20.1",
"publisher": "hashicorp",
"appInsightsKey": "885372d2-6f3c-499f-9d25-b8b219983a52",
"license": "MPL-2.0",
Expand Down

0 comments on commit a366b37

Please sign in to comment.