Skip to content

Commit

Permalink
Bump @acusti/parsing version to v0.11.0
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
acusti committed Mar 26, 2024
1 parent f3bbe34 commit 1a7be88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/parsing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acusti/parsing",
"version": "0.10.0",
"version": "0.11.0",
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
Expand Down

0 comments on commit 1a7be88

Please sign in to comment.