diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e961d7b5..d09f285c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: @@ -964,7 +982,8 @@ For information on prior major and minor releases, see their changelogs: -[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 diff --git a/package-lock.json b/package-lock.json index 4e1188411..2d5ad7d7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "terraform", - "version": "2.30.0", + "version": "2.30.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "terraform", - "version": "2.30.0", + "version": "2.30.1", "license": "MPL-2.0", "dependencies": { "@vscode/extension-telemetry": "^0.4.9", diff --git a/package.json b/package.json index 93850f2eb..4c6b5787c 100644 --- a/package.json +++ b/package.json @@ -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", @@ -18,7 +18,7 @@ "vscode": "^1.82.3" }, "langServer": { - "version": "0.33.0" + "version": "0.33.1" }, "syntax": { "version": "0.5.0"