chore: Publish crates

This commit is contained in:
SWC Bot 2022-12-10 15:41:27 +00:00
parent 2bf7805980
commit a5efa8af50
3 changed files with 8 additions and 2 deletions

View File

@ -10,6 +10,12 @@
- **(es/parser)** Parse types in `CallExpression` inside templates (#6611) ([c44f1d0](https://github.com/swc-project/swc/commit/c44f1d0a7fd31b6c8019e5a17b0f80dab4c9c01c))
### Features
- **(dbg-swc)** Kill `creduce` on drop (#6614) ([2bf7805](https://github.com/swc-project/swc/commit/2bf78059801d8f07bf31eab6b077d7fb723837f8))
## [1.3.22] - 2022-12-09
### Bug Fixes

2
Cargo.lock generated
View File

@ -842,7 +842,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.59.20"
version = "0.59.21"
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.59.20"
version = "0.59.21"
[[bin]]
bench = false