Skip to content

Commit d71a974

Browse files
committed
Release 0.2.5
1 parent 80651a9 commit d71a974

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.2.5
4+
5+
- Added support for all `.hcl` files ([#21](https://github.com/4ops/vscode-language-terraform/pull/21)). Thanks to [@hariscodes](https://github.com/hariscodes)
6+
- Fix syntax highlighting issues for `terraform_version_constraint` and `terragrunt_version_constraint` ([#22](https://github.com/4ops/vscode-language-terraform/pull/22)). Thanks to [@hariscodes](https://github.com/hariscodes)
7+
- Fixed escape character regex ([#23](https://github.com/4ops/vscode-language-terraform/pull/23)). Thanks to [@hariscodes](https://github.com/hariscodes)
8+
39
## 0.2.4
410

511
- Fix typo in changelog

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
@@ -2,7 +2,7 @@
22
"name": "terraform",
33
"displayName": "Terraform",
44
"description": "Terraform configuration language support (includes Terragrunt)",
5-
"version": "0.2.4",
5+
"version": "0.2.5",
66
"icon": "icon.png",
77
"keywords": [
88
"terraform",

0 commit comments

Comments
 (0)