From 1a7be8886f12ce8dc9d53e83317a5bccd7147ee4 Mon Sep 17 00:00:00 2001 From: Andrew Patton Date: Tue, 26 Mar 2024 14:59:49 -0700 Subject: [PATCH] Bump @acusti/parsing version to v0.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit changes include: • update new line handling to check any new line encountered within a string to see if it should be handled as a string terminus (enabled updating the test expectations to something closer to the ideal parsing result) • made unescaped quote mark handling more resilient and able to handle more cases (along with a new now-passing test case) --- packages/parsing/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/parsing/package.json b/packages/parsing/package.json index 69d3159e..5b54fbd1 100644 --- a/packages/parsing/package.json +++ b/packages/parsing/package.json @@ -1,6 +1,6 @@ { "name": "@acusti/parsing", - "version": "0.10.0", + "version": "0.11.0", "type": "module", "sideEffects": false, "exports": "./dist/index.js",