Skip to content

Commit

Permalink
Release 2.30.1 (#1745)
Browse files Browse the repository at this point in the history
* Release 2.30.1

* update changelog

* changelog

* changelog

* Apply suggestions from code review

Co-authored-by: Daniel Banck <dbanck@users.noreply.github.com>

---------

Co-authored-by: Daniel Banck <dbanck@users.noreply.github.com>
  • Loading branch information
jpogran and dbanck committed Apr 22, 2024
1 parent ef6e63c commit a24a585
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [2.30.1] (2024-04-22)

ENHANCEMENTS:

* Fix finding TFC credential file on windows ([#1735](https://github.com/hashicorp/vscode-terraform/pull/1735))
* Rename TFC to HCP Terraform ([#1741](https://github.com/hashicorp/vscode-terraform/pull/1741))
* Rename TFC to HCP Terraform in documentation ([terraform-ls#1687](https://github.com/hashicorp/terraform-ls/pull/1687))
* Rename TFC to HCP Terraform in hover documentation ([terraform-schema#1687](https://github.com/hashicorp/terraform-schema/pull/343))

INTERNAL:

* Add end to end extension to language server testing ([#1739](https://github.com/hashicorp/vscode-terraform/pull/1739))
* Update npm engine requirements to 10 ([#1740](https://github.com/hashicorp/vscode-terraform/pull/1740))
* Update MSW to 2.0 ([#1657](https://github.com/hashicorp/vscode-terraform/pull/1657))
* Bump typescript from 5.4.4 to 5.4.5 ([#1738](https://github.com/hashicorp/vscode-terraform/pull/1738))
* Bump @vscode/vsce from 2.24.0 to 2.25.0 ([#1743](https://github.com/hashicorp/vscode-terraform/pull/1743))
* Bump @playwright/browser-chromium from 1.42.1 to 1.43.1 ([#1742](https://github.com/hashicorp/vscode-terraform/pull/1742))

## [2.30.0] (2024-04-10)

ENHANCEMENTS:
Expand Down Expand Up @@ -964,7 +982,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.30.0...main
[Unreleased]: https://github.com/hashicorp/vscode-terraform/compare/v2.30.1...main
[2.30.1]: https://github.com/hashicorp/vscode-terraform/compare/v2.30.0...v2.30.1
[2.30.0]: https://github.com/hashicorp/vscode-terraform/compare/v2.29.5...v2.30.0
[2.29.5]: https://github.com/hashicorp/vscode-terraform/compare/v2.29.4...v2.29.5
[2.29.4]: https://github.com/hashicorp/vscode-terraform/compare/v2.29.3...v2.29.4
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.

4 changes: 2 additions & 2 deletions 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.30.0",
"version": "2.30.1",
"publisher": "hashicorp",
"appInsightsKey": "885372d2-6f3c-499f-9d25-b8b219983a52",
"license": "MPL-2.0",
Expand All @@ -18,7 +18,7 @@
"vscode": "^1.82.3"
},
"langServer": {
"version": "0.33.0"
"version": "0.33.1"
},
"syntax": {
"version": "0.5.0"
Expand Down

0 comments on commit a24a585

Please sign in to comment.