Skip to content

Commit ca969ba

Browse files
[ci] release (#115)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 14f3499 commit ca969ba

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

.changeset/two-points-guess.md

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

CHANGELOG.md

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

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [#114](https://github.com/marko-js/htmljs-parser/pull/114) [`14f3499`](https://github.com/marko-js/htmljs-parser/commit/14f3499cd96d45bad081823e95a2bfecb7ae1474) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Rename `onTagName` to `onOpenTagName`.
8+
Add a new `onOpenTagStart` event (before `onOpenTagName`).
9+
Split the `onCloseTag` event into three new events: `onClosetTagStart`, `onCloseTagName` & `onCloseTagEnd`).
10+
311
## 4.0.0
412

513
### Major 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": "4.0.0",
4+
"version": "5.0.0",
55
"devDependencies": {
66
"@changesets/changelog-github": "^0.4.4",
77
"@changesets/cli": "^2.22.0",

0 commit comments

Comments
 (0)