chore: Publish crates

This commit is contained in:
SWC Bot 2022-09-07 02:09:22 +00:00
parent 81ab8a29e3
commit cee1c48298
3 changed files with 5 additions and 2 deletions

View File

@ -32,6 +32,9 @@
- **(es/plugin)** Add E2E test for the published plugins (#5771) ([81ab8a2](https://github.com/swc-project/swc/commit/81ab8a29e36787feef3c23c1685ece1f0c82417e))
- **(es/tsc)** Handle tsx (#5764) ([52f6ca5](https://github.com/swc-project/swc/commit/52f6ca5fb826b9952b32946379cd696afb58867b))
## [1.2.248] - 2022-09-06

2
Cargo.lock generated
View File

@ -728,7 +728,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.51.9"
version = "0.51.10"
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.51.9"
version = "0.51.10"
[[bin]]
bench = false