chore: Publish crates

This commit is contained in:
SWC Bot 2022-12-11 09:04:55 +00:00
parent 7e841a5d30
commit cacd0d1105
3 changed files with 5 additions and 2 deletions

View File

@ -10,6 +10,9 @@
- **(es/parser)** Parse types in `CallExpression` inside templates (#6611) ([c44f1d0](https://github.com/swc-project/swc/commit/c44f1d0a7fd31b6c8019e5a17b0f80dab4c9c01c))
- **(node-swc)** Add missing `const_to_let` to the type (#6615) ([7e841a5](https://github.com/swc-project/swc/commit/7e841a5d3061e6ef8b48995bdcd492ffa02b3b8d))
### Features

2
Cargo.lock generated
View File

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