chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-18 00:39:50 +00:00
parent 935a2fbd00
commit 2a61998315
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@
- **(dbg-swc)** Improve minifier comparator (#5541) ([935a2fb](https://github.com/swc-project/swc/commit/935a2fbd002398a9593135fb765127d24f4e4dbb))
- **(es/minifier)** Ignore recursive usage for function calls and pure calls (#5526) ([d2f3e29](https://github.com/swc-project/swc/commit/d2f3e29bb054ffcb557fb54d535dc98640a77dc4))
## [1.2.238] - 2022-08-17

2
Cargo.lock generated
View File

@ -728,7 +728,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.43.4"
version = "0.43.5"
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.43.4"
version = "0.43.5"
[[bin]]
bench = false