diff --git a/.changeset/lovely-chefs-pump.md b/.changeset/lovely-chefs-pump.md deleted file mode 100644 index 4f953c77..00000000 --- a/.changeset/lovely-chefs-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": patch ---- - -Fix issue with tag variable not terminated on concise mode text delimiter diff --git a/CHANGELOG.md b/CHANGELOG.md index edab810c..570d49e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.2.4 + +### Patch Changes + +- [#150](https://github.com/marko-js/htmljs-parser/pull/150) [`0d7210b`](https://github.com/marko-js/htmljs-parser/commit/0d7210b6d77ff57b55f38d8c9ee15effbfa05603) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with tag variable not terminated on concise mode text delimiter + ## 5.2.3 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 37ac65e2..fa06110b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.2.3", + "version": "5.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.2.3", + "version": "5.2.4", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.4.7", diff --git a/package.json b/package.json index 39ddce9a..72b2d7c1 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.2.3", + "version": "5.2.4", "devDependencies": { "@changesets/changelog-github": "^0.4.7", "@changesets/cli": "^2.25.2",