From 18a377aed0d0e947db3e9e03cb46a04e9ed0af9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 10:48:10 -0700 Subject: [PATCH] [ci] release (#124) Co-authored-by: github-actions[bot] --- .changeset/cuddly-carrots-compete.md | 5 ----- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/cuddly-carrots-compete.md diff --git a/.changeset/cuddly-carrots-compete.md b/.changeset/cuddly-carrots-compete.md deleted file mode 100644 index 374f6632..00000000 --- a/.changeset/cuddly-carrots-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": patch ---- - -Comma will now always terminate a tag variable. diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ca0711..198abfd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.0.4 + +### Patch Changes + +- [#123](https://github.com/marko-js/htmljs-parser/pull/123) [`b8bfcd9`](https://github.com/marko-js/htmljs-parser/commit/b8bfcd95c900e9b013510499576c4f879e6365cb) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Comma will now always terminate a tag variable. + ## 5.0.3 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 0f1b073d..9c8bb8d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.0.3", + "version": "5.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.0.3", + "version": "5.0.4", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.4.4", diff --git a/package.json b/package.json index dafbc6ff..61930775 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.0.3", + "version": "5.0.4", "devDependencies": { "@changesets/changelog-github": "^0.4.4", "@changesets/cli": "^2.22.0",