diff --git a/.changeset/nine-dragons-shake.md b/.changeset/nine-dragons-shake.md deleted file mode 100644 index 2adc5106..00000000 --- a/.changeset/nine-dragons-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": patch ---- - -Fix arrow function parsing in type expressions. diff --git a/CHANGELOG.md b/CHANGELOG.md index 13794524..1729cded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.7.1 + +### Patch Changes + +- [#190](https://github.com/marko-js/htmljs-parser/pull/190) [`aabf1f1`](https://github.com/marko-js/htmljs-parser/commit/aabf1f13061b9f4dce63e66ede79416660fec70f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix arrow function parsing in type expressions. + ## 5.7.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index 96017c2b..aac03ac7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.7.0", + "version": "5.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.7.0", + "version": "5.7.1", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.5.0", diff --git a/package.json b/package.json index f8a557c2..0a4bf552 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.0", + "version": "5.7.1", "devDependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.1",