From bd1a2b4ffb911097cad52f65691fa3949edb9644 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 16:23:34 +0000 Subject: [PATCH] [ci] release --- .changeset/html-comment-in-open-tag.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/html-comment-in-open-tag.md diff --git a/.changeset/html-comment-in-open-tag.md b/.changeset/html-comment-in-open-tag.md deleted file mode 100644 index 13c92d7e..00000000 --- a/.changeset/html-comment-in-open-tag.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": minor ---- - -An ` id="b">` reports the comment rather than silently parsing as `class=("a" < !--note)` plus two junk attributes. diff --git a/CHANGELOG.md b/CHANGELOG.md index bdeddd67..2111ea0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.15.0 + +### Minor Changes + +- [#239](https://github.com/marko-js/htmljs-parser/pull/239) [`2d413ae`](https://github.com/marko-js/htmljs-parser/commit/2d413ae118200294fe76d5f867616d8abc7b781a) Thanks [@LuLaValva](https://github.com/LuLaValva)! - An ` id="b">` reports the comment rather than silently parsing as `class=("a" < !--note)` plus two junk attributes. + ## 5.14.0 ### Minor Changes diff --git a/package.json b/package.json index f9b760c6..d872ba18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "htmljs-parser", - "version": "5.14.0", + "version": "5.15.0", "description": "An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values", "keywords": [ "HTML",