Skip to content

Commit 2b6bcbd

Browse files
[ci] release (#109)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8a988f4 commit 2b6bcbd

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.changeset/tidy-moles-train.md

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

CHANGELOG.md

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

3+
## 3.3.5
4+
5+
### Patch Changes
6+
7+
- [#108](https://github.com/marko-js/htmljs-parser/pull/108) [`8a988f4`](https://github.com/marko-js/htmljs-parser/commit/8a988f48e976f7ad68494a059973176ecfd43462) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where parser would sometimes not consume enough characters and cause a bracket mismatch
8+
39
## 3.3.4
410

511
### 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": "3.3.4",
4+
"version": "3.3.5",
55
"devDependencies": {
66
"@changesets/changelog-github": "^0.4.4",
77
"@changesets/cli": "^2.22.0",

0 commit comments

Comments
 (0)