Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chubby-glasses-read.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# htmljs-parser

## 5.7.3

### Patch Changes

- [#195](https://github.com/marko-js/htmljs-parser/pull/195) [`442e7cc`](https://github.com/marko-js/htmljs-parser/commit/442e7cc16a7ee5a4a6954fa3c61a44044eb4e9d1) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where arrow functions content was being parsed as types.

## 5.7.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.7.2",
"version": "5.7.3",
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
Expand Down