From 96b14d66c91da4d8acd3a61ae11e625cb72ca915 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 20 Feb 2025 01:29:54 +0000 Subject: [PATCH] [ci] release --- .changeset/five-cheetahs-grow.md | 5 ----- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/five-cheetahs-grow.md diff --git a/.changeset/five-cheetahs-grow.md b/.changeset/five-cheetahs-grow.md deleted file mode 100644 index ec708b5a..00000000 --- a/.changeset/five-cheetahs-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": patch ---- - -Fix operator-terminated comments in scriptlets diff --git a/CHANGELOG.md b/CHANGELOG.md index 62ca8d2d..662c8482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.5.4 + +### Patch Changes + +- [#178](https://github.com/marko-js/htmljs-parser/pull/178) [`06f4716`](https://github.com/marko-js/htmljs-parser/commit/06f47161304cbb0bb80f8a8c7ed4442ff2e89b3b) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Fix operator-terminated comments in scriptlets + ## 5.5.3 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 25e5305e..d0284490 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.5.3", + "version": "5.5.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.5.3", + "version": "5.5.4", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.5.0", diff --git a/package.json b/package.json index 07540109..7bbfc2a8 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.5.3", + "version": "5.5.4", "devDependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.1",