Skip to content

Commit 80834b7

Browse files
[ci] release (#133)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 59a10d5 commit 80834b7

File tree

5 files changed

+11
-13
lines changed

5 files changed

+11
-13
lines changed

.changeset/neat-cobras-battle.md

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

.changeset/quick-seals-watch.md

Lines changed: 0 additions & 5 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.1.3
4+
5+
### Patch Changes
6+
7+
- [#132](https://github.com/marko-js/htmljs-parser/pull/132) [`59a10d5`](https://github.com/marko-js/htmljs-parser/commit/59a10d57b1c6fa273ceafe19ff814a1ae03409bf) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix regression which caused script tags with a trailing comment as the same line as the closing tag to not always parse properly.
8+
9+
* [#132](https://github.com/marko-js/htmljs-parser/pull/132) [`59a10d5`](https://github.com/marko-js/htmljs-parser/commit/59a10d57b1c6fa273ceafe19ff814a1ae03409bf) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Remove unecessary check for cdata inside parsed text state.
10+
311
## 5.1.2
412

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

0 commit comments

Comments
 (0)