chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-13 14:28:03 +00:00
parent c8818b0499
commit fbc10fc5c2
3 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,9 @@
- **(dbg-swc)** Add command to compare minifier (#4653) ([af1d195](https://github.com/swc-project/swc/commit/af1d19554f250201856fda0c5d356cb27df52791)) - **(dbg-swc)** Add command to compare minifier (#4653) ([af1d195](https://github.com/swc-project/swc/commit/af1d19554f250201856fda0c5d356cb27df52791))
- **(dbg-swc)** Add auto-reducer for the minifier (#4654) ([c8818b0](https://github.com/swc-project/swc/commit/c8818b049987e03c1ca974311bf82afde9a5227b))
- **(es)** Add an option to omit columns from sourcemaps (#4646) ([b6f904b](https://github.com/swc-project/swc/commit/b6f904b8f0fbe8bffb25ab432006f8195d585bf7)) - **(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 ## [1.2.183] - 2022-05-13

2
Cargo.lock generated
View File

@ -786,7 +786,7 @@ dependencies = [
[[package]] [[package]]
name = "dbg-swc" name = "dbg-swc"
version = "0.12.2" version = "0.12.3"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap 3.1.0", "clap 3.1.0",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "dbg-swc" name = "dbg-swc"
repository = "https://github.com/kdy1/dbg-swc.git" repository = "https://github.com/kdy1/dbg-swc.git"
version = "0.12.2" version = "0.12.3"
[[bin]] [[bin]]
bench = false bench = false