chore: Publish crates

This commit is contained in:
SWC Bot 2022-11-28 04:57:40 +00:00
parent cc4646a4cc
commit 2d70c3088b
3 changed files with 5 additions and 2 deletions

View File

@ -13,6 +13,9 @@
- **(es/transforms)** Add tests about preserving top-level directives (#6518) ([5ff87af](https://github.com/swc-project/swc/commit/5ff87afa78e5bb56f2b03678577279256c18e4da))
- **(ts/compat)** Migrate inline tests to fixture testing (#6475) ([cc4646a](https://github.com/swc-project/swc/commit/cc4646a4cc455c08680f7dedb344337f90f0c668))
## [1.3.20] - 2022-11-26
### Bug Fixes

2
Cargo.lock generated
View File

@ -779,7 +779,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.58.144"
version = "0.58.145"
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.58.144"
version = "0.58.145"
[[bin]]
bench = false