From 3acb7e17cc35be814b24f6ea59cbbc0ebcf73f75 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:28:36 +0000 Subject: [PATCH] [ci] release --- .changeset/tricky-aliens-cut.md | 5 ----- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/tricky-aliens-cut.md diff --git a/.changeset/tricky-aliens-cut.md b/.changeset/tricky-aliens-cut.md deleted file mode 100644 index 24e48509..00000000 --- a/.changeset/tricky-aliens-cut.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": patch ---- - -Fix incorrectly skipped trailing literal whitespace in concise blocks. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae7922e..585fcfa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.10.2 + +### Patch Changes + +- [#218](https://github.com/marko-js/htmljs-parser/pull/218) [`ca9ae8f`](https://github.com/marko-js/htmljs-parser/commit/ca9ae8fc1e6bb668cb9a53c39d97da5ae173f1ff) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix incorrectly skipped trailing literal whitespace in concise blocks. + ## 5.10.1 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 58bddfe2..1c54cfb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.10.1", + "version": "5.10.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.10.1", + "version": "5.10.2", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.5.0", diff --git a/package.json b/package.json index 36e224e2..799b9316 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.10.1", + "version": "5.10.2", "devDependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.1",