Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump syntax 0.3.0 #1114

Merged
merged 2 commits into from
May 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ ENHANCEMENTS:
- Automatically refresh Terraform Providers View when providers change in open document ([#1084](https://github.com/hashicorp/vscode-terraform/pull/1084)) / [terraform-ls#902](https://github.com/hashicorp/terraform-ls/pull/902))
- Add Module Providers view refresh button ([#1065](https://github.com/hashicorp/vscode-terraform/pull/1065))

BUG FIXES:

- Variables with no space between them break syntax highlighting ([#34](https://github.com/hashicorp/syntax/pull/34))

INTERNAL:

- dependabot: Reduce interval for dev dependencies to weekly ([#1072](https://github.com/hashicorp/vscode-terraform/pull/1072))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"version": "0.27.0"
},
"syntax": {
"version": "0.2.0"
"version": "0.3.0"
},
"qna": "https://discuss.hashicorp.com/c/terraform-core/terraform-editor-integrations/46",
"bugs": {
Expand Down