chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-24 03:29:34 +00:00
parent 83244add33
commit d7aa781a16
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(es/minifier)** Remove the last break in the last `BlockStmt` (#4413) ([83244ad](https://github.com/swc-project/swc/commit/83244add338c3dd1a1a84fec94b73d1931699cdb))
- **(html/parser)** Parse foreign attributes (#4400) ([cf3be64](https://github.com/swc-project/swc/commit/cf3be649bb327feda8bce4e7ab7eca92d248c2da))
### Features

2
Cargo.lock generated
View File

@ -3268,7 +3268,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.105.3"
version = "0.105.4"
dependencies = [
"ahash",
"ansi_term",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"]
license = "Apache-2.0"
name = "swc_ecma_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.105.3"
version = "0.105.4"
[package.metadata.docs.rs]
all-features = true