Skip to content

Commit 76d00ee

Browse files
[ci] release (#142)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 828c56a commit 76d00ee

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.changeset/long-yaks-smell.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# htmljs-parser
22

3+
## 5.2.0
4+
5+
### Minor Changes
6+
7+
- [#141](https://github.com/marko-js/htmljs-parser/pull/141) [`81cff30`](https://github.com/marko-js/htmljs-parser/commit/81cff303caa95b7d425bbe5c3c056f369522d0e5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Add support for type parameter/argument parsing.
8+
This adds a new `onTagTypeParams`, `onTagTypeArgs` events and a `.typeParams` property on the `AttrMethod` range.
9+
310
## 5.1.5
411

512
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "htmljs-parser",
33
"description": "An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values",
4-
"version": "5.1.5",
4+
"version": "5.2.0",
55
"devDependencies": {
66
"@changesets/changelog-github": "^0.4.7",
77
"@changesets/cli": "^2.25.2",

0 commit comments

Comments
 (0)