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 11, 2023
1 parent 72b3379 commit 0ef31cd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/stale-impalas-visit.md

This file was deleted.

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

## 5.4.1

### Patch Changes

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

## 5.4.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.4.0",
"version": "5.4.1",
"devDependencies": {
"@changesets/changelog-github": "^0.4.7",
"@changesets/cli": "^2.25.2",
Expand Down

0 comments on commit 0ef31cd

Please sign in to comment.