Skip to content

Commit 0ef31cd

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent 72b3379 commit 0ef31cd

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.changeset/stale-impalas-visit.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 5.4.1
4+
5+
### Patch Changes
6+
7+
- [#156](https://github.com/marko-js/htmljs-parser/pull/156) [`72b3379`](https://github.com/marko-js/htmljs-parser/commit/72b3379fb37d2c4e76976bcb4bb0312b376068a3) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix regression where the parser would continue unary keyword expressions even if the keyword was inside a word boundary. Eg `<div class=thing_new x>` would cause the parser to see the expression as `thing_` and `new x`.
8+
39
## 5.4.0
410

511
### Minor 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.4.0",
4+
"version": "5.4.1",
55
"devDependencies": {
66
"@changesets/changelog-github": "^0.4.7",
77
"@changesets/cli": "^2.25.2",

0 commit comments

Comments
 (0)