chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-23 03:53:14 +00:00
parent 63a6280e8f
commit 82069d1804
3 changed files with 5 additions and 2 deletions

View File

@ -7,6 +7,9 @@
- **(html)** Prepare processing system (#4358) ([7332dce](https://github.com/swc-project/swc/commit/7332dce4f801546f0c5f29b6919feaaebebc435a))
- **(html/minifier)** Initialize crate (#4403) ([63a6280](https://github.com/swc-project/swc/commit/63a6280e8f691f93db246db02ce2479b08874220))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

@ -3752,7 +3752,7 @@ dependencies = [
[[package]]
name = "swc_html"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"swc_html_ast",
"swc_html_codegen",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_html"
repository = "https://github.com/swc-project/swc.git"
version = "0.4.0"
version = "0.4.1"
[package.metadata.docs.rs]
all-features = true