Skip to content

Commit e4df379

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent 572cce0 commit e4df379

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/petite-webs-sing.md

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

CHANGELOG.md

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

3+
## 5.8.1
4+
5+
### Patch Changes
6+
7+
- [#207](https://github.com/marko-js/htmljs-parser/pull/207) [`572cce0`](https://github.com/marko-js/htmljs-parser/commit/572cce0ed34c5505a5e54b5a690500b5ba576ae5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Use normal enum for TagType which allows easier usage in consuming packages.
8+
39
## 5.8.0
410

511
### Minor 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.8.0",
4+
"version": "5.8.1",
55
"devDependencies": {
66
"@changesets/changelog-github": "^0.5.0",
77
"@changesets/cli": "^2.27.1",

0 commit comments

Comments
 (0)