diff --git a/.changeset/fresh-words-fail.md b/.changeset/fresh-words-fail.md deleted file mode 100644 index adde5e28..00000000 --- a/.changeset/fresh-words-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": patch ---- - -Avoid startText call at eof. diff --git a/CHANGELOG.md b/CHANGELOG.md index fff5af6c..76fa4193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.6.2 + +### Patch Changes + +- [#184](https://github.com/marko-js/htmljs-parser/pull/184) [`eb9865c`](https://github.com/marko-js/htmljs-parser/commit/eb9865c821d232a5ce0bbd0642b8ef3857c2d71c) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid startText call at eof. + ## 5.6.1 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 53ec4eba..3fced12b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.6.1", + "version": "5.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.6.1", + "version": "5.6.2", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.5.0", diff --git a/package.json b/package.json index 07a1fdba..aa9e5f97 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.6.1", + "version": "5.6.2", "devDependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.1",