Skip to content

Commit 88ed5a6

Browse files
anubhav-goelansgarm
authored andcommitted
Release 2.34.4
1 parent 28397b9 commit 88ed5a6

File tree

6 files changed

+23
-15
lines changed

6 files changed

+23
-15
lines changed

.changes/unreleased/BUG FIXES-20250519-122303.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/INTERNAL-20250516-144118.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/v2.34.4.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 2.34.4 (2025-05-20)
2+
3+
BUG FIXES:
4+
5+
* Fix for es lint error - nullish coalescing operator ([#2011](https://github.com/hashicorp/vscode-terraform/issues/2011))
6+
7+
INTERNAL:
8+
9+
* bump vscode-extension-tester from 8.8.0 to 8.14.1 ([#2010](https://github.com/hashicorp/vscode-terraform/issues/2010))
10+

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 2.34.4 (2025-05-20)
4+
5+
BUG FIXES:
6+
7+
* Fix for es lint error - nullish coalescing operator ([#2011](https://github.com/hashicorp/vscode-terraform/issues/2011))
8+
9+
INTERNAL:
10+
11+
* bump vscode-extension-tester from 8.8.0 to 8.14.1 ([#2010](https://github.com/hashicorp/vscode-terraform/issues/2010))
12+
313
## 2.34.2025012311 (2025-01-23)
414

515
NOTES:

package-lock.json

Lines changed: 2 additions & 2 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.34.2025012311",
6+
"version": "2.34.4",
77
"publisher": "hashicorp",
88
"appInsightsKey": "InstrumentationKey=885372d2-6f3c-499f-9d25-b8b219983a52;IngestionEndpoint=https://westus2-1.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/;ApplicationId=6734158a-8ab9-4aec-9b5a-af151d14a754",
99
"license": "MPL-2.0",

0 commit comments

Comments
 (0)