Skip to content

Commit c91aa55

Browse files
[ci] release (#120)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 28fde07 commit c91aa55

File tree

5 files changed

+11
-13
lines changed

5 files changed

+11
-13
lines changed

.changeset/empty-trains-grin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gold-radios-eat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# htmljs-parser
22

3+
## 5.0.2
4+
5+
### Patch Changes
6+
7+
- [#119](https://github.com/marko-js/htmljs-parser/pull/119) [`28fde07`](https://github.com/marko-js/htmljs-parser/commit/28fde072243fc80ddb9eb263c2ef061dbd785b94) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Support JS line comments inside the open tag (previously just block comments could be used).
8+
9+
* [#119](https://github.com/marko-js/htmljs-parser/pull/119) [`28fde07`](https://github.com/marko-js/htmljs-parser/commit/28fde072243fc80ddb9eb263c2ef061dbd785b94) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Support JS style comments in HTML bodies (previously allowed in parsed text and concise mode).
10+
311
## 5.0.1
412

513
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "htmljs-parser",
33
"description": "An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values",
4-
"version": "5.0.1",
4+
"version": "5.0.2",
55
"devDependencies": {
66
"@changesets/changelog-github": "^0.4.4",
77
"@changesets/cli": "^2.22.0",

0 commit comments

Comments
 (0)