From 67f212c12df0dcbd7e8058902388cc267596ede8 Mon Sep 17 00:00:00 2001 From: James Pogran Date: Tue, 24 Sep 2024 09:46:03 -0400 Subject: [PATCH] Update syntax version to 0.7.1 This commit updates the syntax version to 0.7.1, which fixes parsing expressions containing an open curly brace as blocks in https://github.com/hashicorp/syntax/pull/149 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0706654..972d750 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "preview": false, "private": true, "syntax": { - "version": "0.7.0" + "version": "0.7.1" }, "engines": { "npm": "~10.X",