chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-06 13:07:50 +00:00
parent 698038107d
commit 49a8f89665
3 changed files with 5 additions and 2 deletions

View File

@ -20,6 +20,9 @@
- **(es/parser)** Revert #4287 (#4542) ([e2fde1a](https://github.com/swc-project/swc/commit/e2fde1a9a7ea702439666fdee6b2a378e70d9a7e)) - **(es/parser)** Revert #4287 (#4542) ([e2fde1a](https://github.com/swc-project/swc/commit/e2fde1a9a7ea702439666fdee6b2a378e70d9a7e))
- **(html/lexer)** Fix lexing of numeric characters (#4544) ([6980381](https://github.com/swc-project/swc/commit/698038107de8f7ec9ee2b2981b4137d47182a022))
- **(html/parser)** Fix a bug related to parsing foreign elements (#4527) ([2f6f8fa](https://github.com/swc-project/swc/commit/2f6f8fa717c4a969221958bc2c70a3f68590d93b)) - **(html/parser)** Fix a bug related to parsing foreign elements (#4527) ([2f6f8fa](https://github.com/swc-project/swc/commit/2f6f8fa717c4a969221958bc2c70a3f68590d93b))

2
Cargo.lock generated
View File

@ -3852,7 +3852,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_html_parser" name = "swc_html_parser"
version = "0.5.22" version = "0.5.23"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"lexical", "lexical",

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.5.22" version = "0.5.23"
[lib] [lib]
bench = false bench = false