chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-29 11:17:45 +00:00
parent 0567f67664
commit 19562af0c7
3 changed files with 10 additions and 2 deletions

View File

@ -5,6 +5,14 @@
- **(es/minifier)** Apply name mangler for more cases (#4840) ([0567f67](https://github.com/swc-project/swc/commit/0567f67664cc2407d45bf8b17821edc4b828198c))
## [1.2.195] - 2022-05-29
### Bug Fixes
- **(es/codegen)** Handle comments in binary expressions (#4817) ([1db71cc](https://github.com/swc-project/swc/commit/1db71cc3b3b230c09e1661093385f8f39915292c)) - **(es/codegen)** Handle comments in binary expressions (#4817) ([1db71cc](https://github.com/swc-project/swc/commit/1db71cc3b3b230c09e1661093385f8f39915292c))

2
Cargo.lock generated
View File

@ -3379,7 +3379,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_minifier" name = "swc_ecma_minifier"
version = "0.116.2" version = "0.116.3"
dependencies = [ dependencies = [
"ahash", "ahash",
"ansi_term", "ansi_term",

View File

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