Skip to content

Commit b105718

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent 085451c commit b105718

File tree

5 files changed

+11
-13
lines changed

5 files changed

+11
-13
lines changed

.changeset/strong-deers-complain.md

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

.changeset/tall-moons-enjoy.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.4.3
4+
5+
### Patch Changes
6+
7+
- [#161](https://github.com/marko-js/htmljs-parser/pull/161) [`be73442`](https://github.com/marko-js/htmljs-parser/commit/be734429cc67b87a21a6a0c8880da64a3475d03e) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fixes a regression where the parsed text state (used by eg `script`, `style`) was not properly entering back into text for the closing quote on the string.
8+
9+
- [#162](https://github.com/marko-js/htmljs-parser/pull/162) [`085451c`](https://github.com/marko-js/htmljs-parser/commit/085451cc574b56ce6689f2168a9eed1bd0f0b0e6) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Always consume next character of expression if terminator was preceded by an operator.
10+
311
## 5.4.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.4.2",
4+
"version": "5.4.3",
55
"devDependencies": {
66
"@changesets/changelog-github": "^0.4.7",
77
"@changesets/cli": "^2.25.2",

0 commit comments

Comments
 (0)