From 1f09170053e97dff7cb690e931fc3c1b731ed856 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 20:35:27 +0000 Subject: [PATCH] [ci] release --- .changeset/gold-rivers-attend.md | 5 ----- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/gold-rivers-attend.md diff --git a/.changeset/gold-rivers-attend.md b/.changeset/gold-rivers-attend.md deleted file mode 100644 index 4098768b..00000000 --- a/.changeset/gold-rivers-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": minor ---- - -Remove boundary newlines and leading indent from concise mode text. diff --git a/CHANGELOG.md b/CHANGELOG.md index 755e2a99..247ca398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.9.0 + +### Minor Changes + +- [#199](https://github.com/marko-js/htmljs-parser/pull/199) [`d647d74`](https://github.com/marko-js/htmljs-parser/commit/d647d74977919d6b2b7effd2be26585296c30bf3) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Remove boundary newlines and leading indent from concise mode text. + ## 5.8.2 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 6f9f2251..aee43153 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.8.2", + "version": "5.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.8.2", + "version": "5.9.0", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.5.0", diff --git a/package.json b/package.json index c8a86a9d..4732ea8b 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.8.2", + "version": "5.9.0", "devDependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.1",