chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-13 09:15:57 +00:00
parent af1d19554f
commit 69a81dcd58
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(dbg-swc)** Add command to compare minifier (#4653) ([af1d195](https://github.com/swc-project/swc/commit/af1d19554f250201856fda0c5d356cb27df52791))
- **(es)** Add an option to omit columns from sourcemaps (#4646) ([b6f904b](https://github.com/swc-project/swc/commit/b6f904b8f0fbe8bffb25ab432006f8195d585bf7))
## [1.2.183] - 2022-05-13

2
Cargo.lock generated
View File

@ -786,7 +786,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.12.1"
version = "0.12.2"
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.12.1"
version = "0.12.2"
[[bin]]
bench = false