diff --git a/.changeset/stale-pants-relate.md b/.changeset/stale-pants-relate.md deleted file mode 100644 index 0eb922df..00000000 --- a/.changeset/stale-pants-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": minor ---- - -Improve handling ambiguity with tag type args vs type params. Type args must now always be directly adjacent the tag name, otherwise it will become type params. diff --git a/CHANGELOG.md b/CHANGELOG.md index 570d49e3..8984d9e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # htmljs-parser +## 5.3.0 + +### Minor Changes + +- [#152](https://github.com/marko-js/htmljs-parser/pull/152) [`ea65c9f`](https://github.com/marko-js/htmljs-parser/commit/ea65c9fe8fac0a47122b4f3b6b811856e2ceac99) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve handling ambiguity with tag type args vs type params. Type args must now always be directly adjacent the tag name, otherwise it will become type params. + ## 5.2.4 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index fa06110b..b8269d66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.2.4", + "version": "5.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.2.4", + "version": "5.3.0", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.4.7", diff --git a/package.json b/package.json index 72b2d7c1..2d2714a9 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.2.4", + "version": "5.3.0", "devDependencies": { "@changesets/changelog-github": "^0.4.7", "@changesets/cli": "^2.25.2",