chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-18 10:24:05 +00:00
parent ad309f4050
commit 8d1a586206
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@
- **(es/ast)** Fix `EqIgnoreSpan` of `Ident` (#4689) ([07356a5](https://github.com/swc-project/swc/commit/07356a5bba29572c99b53a1db79314a252faf663))
- **(es/config)** Auto-detect `tsx` (#4696) ([ad309f4](https://github.com/swc-project/swc/commit/ad309f4050dfb3483ed56108cc11f4865dca3f89))
- **(es/minifier)** Don't hoist functions with `dead_code` (#4695) ([183e884](https://github.com/swc-project/swc/commit/183e884cbfa775868f91fbea8604b63352b583a6))

2
Cargo.lock generated
View File

@ -2956,7 +2956,7 @@ dependencies = [
[[package]]
name = "swc"
version = "0.180.0"
version = "0.180.1"
dependencies = [
"ahash",
"ansi_term",

View File

@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc"
repository = "https://github.com/swc-project/swc.git"
version = "0.180.0"
version = "0.180.1"
[lib]
bench = false