chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-13 06:09:56 +00:00
parent 16ece4dce0
commit a23464055d
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@
- **(css/parser)** Avoid skipping whitespaces if not required (#5181) ([7b28521](https://github.com/swc-project/swc/commit/7b28521d72776a33f5d51c8ac9fdc674268fa418))
- **(es/minifier)** Don't merge exported declarations (#5193) ([16ece4d](https://github.com/swc-project/swc/commit/16ece4dce0acdbb0e368b085dc1fcbeec3017789))
- **(html/codegen)** Fix source map generation (#5184) ([60ca553](https://github.com/swc-project/swc/commit/60ca5538f9c658a5f9bb7b9dd83d1795ed18bde3))

2
Cargo.lock generated
View File

@ -3407,7 +3407,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.137.0"
version = "0.137.1"
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.137.0"
version = "0.137.1"
[package.metadata.docs.rs]
all-features = true