From 210427c5f022a3f8ac64e5cd99d79d5c1ca3d5b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 12:27:11 -0700 Subject: [PATCH] [ci] release (#151) Co-authored-by: github-actions[bot] --- .changeset/lovely-chefs-pump.md | 5 ----- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/lovely-chefs-pump.md diff --git a/.changeset/lovely-chefs-pump.md b/.changeset/lovely-chefs-pump.md deleted file mode 100644 index 4f953c77..00000000 --- a/.changeset/lovely-chefs-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": patch ---- - -Fix issue with tag variable not terminated on concise mode text delimiter diff --git a/CHANGELOG.md b/CHANGELOG.md index edab810c..570d49e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.2.4 + +### Patch Changes + +- [#150](https://github.com/marko-js/htmljs-parser/pull/150) [`0d7210b`](https://github.com/marko-js/htmljs-parser/commit/0d7210b6d77ff57b55f38d8c9ee15effbfa05603) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with tag variable not terminated on concise mode text delimiter + ## 5.2.3 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 37ac65e2..fa06110b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.2.3", + "version": "5.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.2.3", + "version": "5.2.4", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.4.7", diff --git a/package.json b/package.json index 39ddce9a..72b2d7c1 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.2.3", + "version": "5.2.4", "devDependencies": { "@changesets/changelog-github": "^0.4.7", "@changesets/cli": "^2.25.2",