Skip to content

Commit 785a593

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent 6b5b196 commit 785a593

File tree

6 files changed

+15
-18
lines changed

6 files changed

+15
-18
lines changed

.changeset/bright-clouds-yawn.md

-5
This file was deleted.

.changeset/four-boxes-brush.md

-5
This file was deleted.

.changeset/nice-cats-relate.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 5.4.0
4+
5+
### Minor Changes
6+
7+
- [#154](https://github.com/marko-js/htmljs-parser/pull/154) [`6b5b196`](https://github.com/marko-js/htmljs-parser/commit/6b5b1968d332078042406c62ee9be3f21e5ed687) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - In concise mode, a new line which starts with a coma will now continue attributes for the current tag.
8+
9+
- [#154](https://github.com/marko-js/htmljs-parser/pull/154) [`6b5b196`](https://github.com/marko-js/htmljs-parser/commit/6b5b1968d332078042406c62ee9be3f21e5ed687) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Allow a comma to follow the tag name to begin attributes.
10+
11+
### Patch Changes
12+
13+
- [#154](https://github.com/marko-js/htmljs-parser/pull/154) [`61e6966`](https://github.com/marko-js/htmljs-parser/commit/61e696631d18472978e2c5a2f4959cb852e0414f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid continuing expressions after a period if after the whitespace is something that could not be an identifier.
14+
315
## 5.3.0
416

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

0 commit comments

Comments
 (0)