chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-26 05:51:57 +00:00
parent f71ef61cb7
commit e9559e7d13
3 changed files with 5 additions and 2 deletions

View File

@ -19,6 +19,9 @@
- **(html/parser)** Improve lexer (#4796) ([8894e77](https://github.com/swc-project/swc/commit/8894e77bc15d63080c5d91048734b33a8f299369)) - **(html/parser)** Improve lexer (#4796) ([8894e77](https://github.com/swc-project/swc/commit/8894e77bc15d63080c5d91048734b33a8f299369))
- **(html/parser)** Improve lexer (#4802) ([f71ef61](https://github.com/swc-project/swc/commit/f71ef61cb7056e602a9ae94f20d0757e795eff18))
## [1.2.194] - 2022-05-25 ## [1.2.194] - 2022-05-25
### Bug Fixes ### Bug Fixes

2
Cargo.lock generated
View File

@ -3984,7 +3984,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_html_parser" name = "swc_html_parser"
version = "0.10.0" version = "0.10.1"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"criterion", "criterion",

View File

@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_html_parser" name = "swc_html_parser"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.10.0" version = "0.10.1"
[lib] [lib]
bench = false bench = false