chore: Publish crates

This commit is contained in:
SWC Bot 2023-04-20 02:13:02 +00:00
parent 38495a9835
commit 35ad9234e9
3 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,12 @@
- **(testing)** Fix path normalization on windows for testing diffs (#7299) ([3422923](https://github.com/swc-project/swc/commit/3422923cb004111f8c57501bb8b222905cf6bd09))
### Testing
- **(es/compat)** Add a test for a wrong issue (#7300) ([38495a9](https://github.com/swc-project/swc/commit/38495a9835c47ded30d07d6c961a094e22146222))
## [1.3.52] - 2023-04-19
### Bug Fixes

2
Cargo.lock generated
View File

@ -891,7 +891,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.80.29"
version = "0.80.30"
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.80.29"
version = "0.80.30"
[[bin]]
bench = false