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",