chore: Publish crates

This commit is contained in:
SWC Bot 2022-09-23 04:19:14 +00:00
parent 93964a82ea
commit ae6c344fe5
3 changed files with 5 additions and 2 deletions

View File

@ -85,6 +85,9 @@
- **(es/minifier)** Add an execution test for a fixed issue (#5925) ([31711e7](https://github.com/swc-project/swc/commit/31711e76af84aa52766a511af7b772390144f1ee)) - **(es/minifier)** Add an execution test for a fixed issue (#5925) ([31711e7](https://github.com/swc-project/swc/commit/31711e76af84aa52766a511af7b772390144f1ee))
- **(es/minifier)** Remove analysis snapshot (#5939) ([93964a8](https://github.com/swc-project/swc/commit/93964a82eacb1bfe41de270900895b92f61e3670))
## [1.3.2] - 2022-09-19 ## [1.3.2] - 2022-09-19
### Bug Fixes ### Bug Fixes

2
Cargo.lock generated
View File

@ -728,7 +728,7 @@ dependencies = [
[[package]] [[package]]
name = "dbg-swc" name = "dbg-swc"
version = "0.54.16" version = "0.54.17"
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.54.16" version = "0.54.17"
[[bin]] [[bin]]
bench = false bench = false