diff --git a/.changeset/heavy-stingrays-invite.md b/.changeset/heavy-stingrays-invite.md deleted file mode 100644 index 6eb56b91..00000000 --- a/.changeset/heavy-stingrays-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": patch ---- - -When the preceding character of an expression is a quote, prefer division over regexp state. This improves parsing for inline css grid properties. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a83ff9a..bdcf295c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.5.1 + +### Patch Changes + +- [#168](https://github.com/marko-js/htmljs-parser/pull/168) [`3a696d0`](https://github.com/marko-js/htmljs-parser/commit/3a696d018d063665c36296565279881d6b05d8c6) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - When the preceding character of an expression is a quote, prefer division over regexp state. This improves parsing for inline css grid properties. + ## 5.5.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index 85669991..7e75430d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.5.0", + "version": "5.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.5.0", + "version": "5.5.1", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.4.7", diff --git a/package.json b/package.json index c8be1131..bb5f7056 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "htmljs-parser", "description": "An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values", - "version": "5.5.0", + "version": "5.5.1", "devDependencies": { "@changesets/changelog-github": "^0.4.7", "@changesets/cli": "^2.25.2",