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 Oct 18, 2022
1 parent 8f00d1a commit 3fe4c45
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 @@ -31,6 +31,9 @@

- **(html/minifier)** Merge identical metadata elements (#6183) ([41093b0](https://github.com/swc-project/swc/commit/41093b022d8d3304f9d235fd5b9dd386fecb8c3c))


- **(html/minifier)** Compress `javascript:` URLs (#6185) ([8f00d1a](https://github.com/swc-project/swc/commit/8f00d1a934fbc52594b62ab4c6d0eff9c2e73e60))

### 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.89.7"
version = "0.89.8"

[package.metadata.docs.rs]
all-features = true
Expand All @@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"]
[dependencies]
swc_html_ast = {version = "0.26.10", path = "../swc_html_ast"}
swc_html_codegen = {version = "0.35.12", path = "../swc_html_codegen"}
swc_html_minifier = {version = "0.86.7", path = "../swc_html_minifier", optional = true}
swc_html_minifier = {version = "0.86.8", path = "../swc_html_minifier", optional = true}
swc_html_parser = {version = "0.32.11", path = "../swc_html_parser"}
swc_html_visit = {version = "0.26.10", 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.86.7"
version = "0.86.8"

[lib]
bench = false
Expand Down

0 comments on commit 3fe4c45

Please sign in to comment.