Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and DylanPiercey committed Mar 8, 2023
1 parent 6b5b196 commit 785a593
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-clouds-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-boxes-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-cats-relate.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# htmljs-parser

## 5.4.0

### Minor Changes

- [#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.

- [#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.

### Patch Changes

- [#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.

## 5.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "htmljs-parser",
"description": "An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values",
"version": "5.3.0",
"version": "5.4.0",
"devDependencies": {
"@changesets/changelog-github": "^0.4.7",
"@changesets/cli": "^2.25.2",
Expand Down

0 comments on commit 785a593

Please sign in to comment.