chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-15 17:07:50 +00:00
parent e3cda264bb
commit c34192c818
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@
- **(dbg-swc)** Add a command to diff semantics (#4671) ([e3cda26](https://github.com/swc-project/swc/commit/e3cda264bbc3607232f75db13e11d7bbd2634cdf))
- **(es/minifier)** Improve `ignore_return_value` (#4673) ([e57123e](https://github.com/swc-project/swc/commit/e57123e61ce4d07bd10c2e56f6e809b90a9d43f2))
## [1.2.184] - 2022-05-15

2
Cargo.lock generated
View File

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