chore: Publish crates

This commit is contained in:
SWC Bot 2023-05-16 12:33:08 +00:00
parent eaba323581
commit 227c272904
3 changed files with 5 additions and 2 deletions

View File

@ -19,6 +19,9 @@
- **(es/minifier)** Enable more terser tests (#7396) ([f9cdd74](https://github.com/swc-project/swc/commit/f9cdd741c288bee59aa9120b0a5c6f7ca284bd31))
- **(es/parser)** Add a test for a fixed issue (#7398) ([eaba323](https://github.com/swc-project/swc/commit/eaba323581d2aa2b578c600f44f9b41b103d35b3))
## [1.3.58] - 2023-05-15
### Bug Fixes

2
Cargo.lock generated
View File

@ -903,7 +903,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]]
name = "dbg-swc"
version = "0.81.9"
version = "0.81.10"
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.81.9"
version = "0.81.10"
[[bin]]
bench = false