diff --git a/.changeset/chubby-glasses-read.md b/.changeset/chubby-glasses-read.md deleted file mode 100644 index 58201398..00000000 --- a/.changeset/chubby-glasses-read.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": patch ---- - -Fix issue where arrow functions content was being parsed as types. diff --git a/CHANGELOG.md b/CHANGELOG.md index bf68fbe9..c8bd9df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 8dcf4441..5dc7da57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.7.2", + "version": "5.7.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.7.2", + "version": "5.7.3", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.5.0", diff --git a/package.json b/package.json index 742357fa..1e253f52 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.7.2", + "version": "5.7.3", "devDependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.1",