Skip to content

Commit 6730fbd

Browse files
committed
chore: Publish crates
1 parent 984d69e commit 6730fbd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@
8888

8989
- **(es/parser)** Remove duplicate (#4750) ([b7a195a](https://github.com/swc-project/swc/commit/b7a195a1cf18763b19846b7f14efc80a0f17fd1e))
9090

91+
### Testing
92+
93+
94+
95+
- **(html/parser)** Enable error reporting tests (#4764) ([984d69e](https://github.com/swc-project/swc/commit/984d69e67b4a791922dd62050937a77f1f499927))
96+
9197
## [1.2.189] - 2022-05-21
9298

9399
### Bug Fixes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/swc_html_parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"]
1010
license = "Apache-2.0"
1111
name = "swc_html_parser"
1212
repository = "https://github.com/swc-project/swc.git"
13-
version = "0.8.9"
13+
version = "0.8.10"
1414

1515
[lib]
1616
bench = false

0 commit comments

Comments
 (0)