mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 22:22:34 +03:00
chore: Publish crates
This commit is contained in:
parent
935a2fbd00
commit
2a61998315
@ -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
2
Cargo.lock
generated
@ -728,7 +728,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "dbg-swc"
|
||||
version = "0.43.4"
|
||||
version = "0.43.5"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap 3.1.0",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user