From b7190407ba005c44c16b9de00e7c8e57cc1dd0da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 10:34:02 -0700 Subject: [PATCH] [ci] release (#128) Co-authored-by: github-actions[bot] --- .changeset/wicked-mangos-camp.md | 5 ----- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/wicked-mangos-camp.md diff --git a/.changeset/wicked-mangos-camp.md b/.changeset/wicked-mangos-camp.md deleted file mode 100644 index 3bb8d7be..00000000 --- a/.changeset/wicked-mangos-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": patch ---- - -Fix regression around JS style comments in the body by requiring that they are preceded by a whitespace. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6297657a..1b8968cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.1.1 + +### Patch Changes + +- [#127](https://github.com/marko-js/htmljs-parser/pull/127) [`222b145`](https://github.com/marko-js/htmljs-parser/commit/222b145f4052596807b848116fb7f7581ddadc7c) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix regression around JS style comments in the body by requiring that they are preceded by a whitespace. + ## 5.1.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index 47231982..83a91237 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.1.0", + "version": "5.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.1.0", + "version": "5.1.1", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.4.4", diff --git a/package.json b/package.json index 731206cc..6c229686 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.1.0", + "version": "5.1.1", "devDependencies": { "@changesets/changelog-github": "^0.4.4", "@changesets/cli": "^2.22.0",