diff --git a/.changeset/tired-results-taste.md b/.changeset/tired-results-taste.md deleted file mode 100644 index 9c858aee..00000000 --- a/.changeset/tired-results-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": patch ---- - -Fix issue with arrow functions in type args/params. diff --git a/CHANGELOG.md b/CHANGELOG.md index c8bd9df8..9f8ab4cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.7.4 + +### Patch Changes + +- [#197](https://github.com/marko-js/htmljs-parser/pull/197) [`9bf68be`](https://github.com/marko-js/htmljs-parser/commit/9bf68be4fceb0798f4d7d51ff70dee40b17c6c38) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with arrow functions in type args/params. + ## 5.7.3 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 5dc7da57..a5809d3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.7.3", + "version": "5.7.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.7.3", + "version": "5.7.4", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.5.0", diff --git a/package.json b/package.json index 1e253f52..d6c5c40a 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.3", + "version": "5.7.4", "devDependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.1",