Skip to content

Commit

Permalink
chore: Publish crates
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Nov 18, 2022
1 parent 7f6bf59 commit 84c0215
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -19,6 +19,9 @@

- **(html/minifier)** Remove empty script and style tags with attributes (#6447) ([7441721](https://github.com/swc-project/swc/commit/74417217a98bb26dcce7f913bb8ee35b538f0d06))


- **(html/minifier)** Use the latest `EsVersion` (#6453) ([7f6bf59](https://github.com/swc-project/swc/commit/7f6bf59a98710ce7964e99ab621a68dc729c021d))

### Refactor


Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/swc_html/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_html"
repository = "https://github.com/swc-project/swc.git"
version = "0.96.16"
version = "0.96.17"

[package.metadata.docs.rs]
all-features = true
Expand All @@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"]
[dependencies]
swc_html_ast = {version = "0.28.5", path = "../swc_html_ast"}
swc_html_codegen = {version = "0.37.11", path = "../swc_html_codegen"}
swc_html_minifier = {version = "0.93.16", path = "../swc_html_minifier", optional = true}
swc_html_minifier = {version = "0.93.17", path = "../swc_html_minifier", optional = true}
swc_html_parser = {version = "0.34.11", path = "../swc_html_parser"}
swc_html_visit = {version = "0.28.5", path = "../swc_html_visit"}
2 changes: 1 addition & 1 deletion crates/swc_html_minifier/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"]
license = "Apache-2.0"
name = "swc_html_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.93.16"
version = "0.93.17"

[lib]
bench = false
Expand Down

0 comments on commit 84c0215

Please sign in to comment.