chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-11 13:11:13 +00:00
parent dada2d7d55
commit 55cd0803e9
4 changed files with 13 additions and 5 deletions

View File

@ -1,6 +1,14 @@
# Changelog
## [unreleased]
### Features
- **(html/minifier)** Allow specifying options for other tools (#5125) ([dada2d7](https://github.com/swc-project/swc/commit/dada2d7d554fa0733a3c65c512777f1548d41a35))
## [1.2.212] - 2022-07-11
### Bug Fixes

4
Cargo.lock generated
View File

@ -3923,7 +3923,7 @@ dependencies = [
[[package]]
name = "swc_html"
version = "0.39.0"
version = "0.40.0"
dependencies = [
"swc_html_ast",
"swc_html_codegen",
@ -3972,7 +3972,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.36.0"
version = "0.37.0"
dependencies = [
"once_cell",
"serde",

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.39.0"
version = "0.40.0"
[package.metadata.docs.rs]
all-features = true
@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"]
[dependencies]
swc_html_ast = {version = "0.17.0", path = "../swc_html_ast"}
swc_html_codegen = {version = "0.22.0", path = "../swc_html_codegen"}
swc_html_minifier = {version = "0.36.0", path = "../swc_html_minifier", optional = true}
swc_html_minifier = {version = "0.37.0", path = "../swc_html_minifier", optional = true}
swc_html_parser = {version = "0.20.0", path = "../swc_html_parser"}
swc_html_visit = {version = "0.17.0", path = "../swc_html_visit"}

View File

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