chore: Publish crates

This commit is contained in:
SWC Bot 2022-09-19 13:37:22 +00:00
parent ccca6d0a88
commit 345e955265
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(cli)** Add missing comma (#5902) ([ccca6d0](https://github.com/swc-project/swc/commit/ccca6d0a8866b9e34e1778e176ed47d19e30be78))
- **(es/minifier)** Remove more pure calls (#5900) ([83c7887](https://github.com/swc-project/swc/commit/83c7887600bcb391203911f3c82b62e16a217120))
## [1.3.2] - 2022-09-19

2
Cargo.lock generated
View File

@ -728,7 +728,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.53.39"
version = "0.53.40"
dependencies = [
"anyhow",
"clap 3.1.0",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "dbg-swc"
repository = "https://github.com/kdy1/dbg-swc.git"
version = "0.53.39"
version = "0.53.40"
[[bin]]
bench = false