chore: Publish crates

This commit is contained in:
SWC Bot 2023-01-10 03:30:52 +00:00
parent 6d365de9e2
commit b102504eb9
3 changed files with 8 additions and 2 deletions

View File

@ -22,6 +22,12 @@
- **(es/minifier)** Handle boolean in `Evaluator` (#6756) ([8a6a1cb](https://github.com/swc-project/swc/commit/8a6a1cbcf1279b805e740f4d77ebb9fb72d52d41))
### Miscellaneous Tasks
- **(ci)** Fix CI action (#6772) ([6d365de](https://github.com/swc-project/swc/commit/6d365de9e21d57c785f1634f4c19418765d9ca9b))
### Testing

2
Cargo.lock generated
View File

@ -844,7 +844,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.60.32"
version = "0.60.33"
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.32"
version = "0.60.33"
[[bin]]
bench = false