chore: Publish crates

This commit is contained in:
SWC Bot 2023-01-03 10:24:43 +00:00
parent 79afcb5d81
commit 9bdbe9dc9b
3 changed files with 8 additions and 2 deletions

View File

@ -25,6 +25,12 @@
- **(preset-env)** Update data (#6719) ([d506c96](https://github.com/swc-project/swc/commit/d506c9680577173e5abb1dd0f75456145fda60c9))
### Documentation
- **(es)** Fix example (#6743) ([79afcb5](https://github.com/swc-project/swc/commit/79afcb5d81cb5cca89c48d39b950ddc24f31d434))
### Features

2
Cargo.lock generated
View File

@ -845,7 +845,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.60.19"
version = "0.60.20"
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.60.19"
version = "0.60.20"
[[bin]]
bench = false