Skip to content

Commit c195d2f

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent f297f19 commit c195d2f

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.changeset/funny-pens-peel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/major-experts-start.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# htmljs-parser
22

3+
## 5.7.0
4+
5+
### Minor Changes
6+
7+
- [#186](https://github.com/marko-js/htmljs-parser/pull/186) [`f297f19`](https://github.com/marko-js/htmljs-parser/commit/f297f19b8f2b27d41df99d98a1fbf0801e2c96ba) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve expression parsing for typescript, especially around multi line generics.
8+
9+
### Patch Changes
10+
11+
- [#187](https://github.com/marko-js/htmljs-parser/pull/187) [`1110d1d`](https://github.com/marko-js/htmljs-parser/commit/1110d1d8ed21f92e1dfa56d8f0ca17c719c19bc5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix regexp charset parsing issue.
12+
313
## 5.6.2
414

515
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.6.2",
4+
"version": "5.7.0",
55
"devDependencies": {
66
"@changesets/changelog-github": "^0.5.0",
77
"@changesets/cli": "^2.27.1",

0 commit comments

Comments
 (0)