chore: Publish crates

This commit is contained in:
SWC Bot 2023-01-15 00:20:53 +00:00
parent 38fb70c237
commit 4ea0e20ded
3 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,9 @@
- **(es/compat)** Ignore `this` in nested scopes in `classes` pass (#6796) ([07676d5](https://github.com/swc-project/swc/commit/07676d5515321c50206b3f0ea9f1473b6b2c3192))
- **(es/plugin)** Fix starter template (#6815) ([38fb70c](https://github.com/swc-project/swc/commit/38fb70c237f122a8d8f8fdf187bd341326e39f22))
- **(es/transform)** Apply `hygiene` and `resolver` if minify is specified (#6793) ([c145409](https://github.com/swc-project/swc/commit/c14540905f81e1c1677e7c9d723e71b1b6a9740b))
### Features

2
Cargo.lock generated
View File

@ -844,7 +844,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.63.4"
version = "0.63.5"
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.63.4"
version = "0.63.5"
[[bin]]
bench = false