Skip to content

Commit 20307c1

Browse files
[ci] release
1 parent b5fa4d0 commit 20307c1

File tree

5 files changed

+11
-13
lines changed

5 files changed

+11
-13
lines changed

.changeset/blue-phones-agree.md

-5
This file was deleted.

.changeset/moody-donuts-enjoy.md

-5
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# htmljs-parser
22

3+
## 5.1.4
4+
5+
### Patch Changes
6+
7+
- [#136](https://github.com/marko-js/htmljs-parser/pull/136) [`b5fa4d0`](https://github.com/marko-js/htmljs-parser/commit/b5fa4d02599cf8ec840d70e813b08959ba0ec21d) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Optimize parser constructor to avoid initializing unecessary properties.
8+
9+
* [#134](https://github.com/marko-js/htmljs-parser/pull/134) [`cdbc6b2`](https://github.com/marko-js/htmljs-parser/commit/cdbc6b2cfb22070f2330e7e37eb61a79e21f0c4d) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve missing attribute error when the tag is immediately closed without the attribute value.
10+
311
## 5.1.3
412

513
### Patch Changes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.3",
4+
"version": "5.1.4",
55
"devDependencies": {
66
"@changesets/changelog-github": "^0.4.6",
77
"@changesets/cli": "^2.24.1",

0 commit comments

Comments
 (0)