chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-29 03:23:39 +00:00
parent a1877e740a
commit f891c83f85
3 changed files with 5 additions and 2 deletions

View File

@ -22,6 +22,9 @@
- **(es/minifier)** Drop more returns (#4471) ([2739546](https://github.com/swc-project/swc/commit/273954640aa2d22d0e65f4d186bcb6add0844cb1))
- **(html/minifier)** Remove `javascript:` prefix (#4460) ([a1877e7](https://github.com/swc-project/swc/commit/a1877e740acf6bf51421b97c27236b0f208eaf9d))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

@ -3839,7 +3839,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.2.4"
version = "0.2.5"
dependencies = [
"swc_atoms",
"swc_common",

View File

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