Skip to content

Commit

Permalink
[ci] release (#144)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 7, 2022
1 parent 635b97c commit b232aa2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-monkeys-walk.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.2.1

### Patch Changes

- [#143](https://github.com/marko-js/htmljs-parser/pull/143) [`635b97c`](https://github.com/marko-js/htmljs-parser/commit/635b97c33e14e64a71b9894bc6a37988136d9fa1) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where and extra character was being consumed if an escaped placeholder was at the end of a tag.

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

0 comments on commit b232aa2

Please sign in to comment.