chore: Publish crates

This commit is contained in:
SWC Bot 2023-04-10 07:03:43 +00:00
parent 695ce060e9
commit 0fe90881b5
3 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,12 @@
# Changelog
## [unreleased]
### Testing
- **(es/plugin)** Enable E2E test again (#7236) ([695ce06](https://github.com/swc-project/swc/commit/695ce060e95ccdda50334468dc669da2df76c026))
## [1.3.49] - 2023-04-10
### Features

2
Cargo.lock generated
View File

@ -882,7 +882,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.80.2"
version = "0.80.3"
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.80.2"
version = "0.80.3"
[[bin]]
bench = false