chore: Publish crates

This commit is contained in:
Donny/강동윤 2023-04-10 14:04:04 +09:00
parent 1cc60084a2
commit a24f3554ce
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# Changelog
## [unreleased]
## [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.1"
version = "0.80.2"
dependencies = [
"anyhow",
"clap 3.1.0",

2
bindings/Cargo.lock generated
View File

@ -2878,7 +2878,7 @@ dependencies = [
[[package]]
name = "swc_cli"
version = "0.91.34"
version = "0.91.35"
dependencies = [
"anyhow",
"atty",

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli"
repository = "https://github.com/swc-project/swc.git"
version = "0.91.34"
version = "0.91.35"
[[bin]]
bench = false

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.1"
version = "0.80.2"
[[bin]]
bench = false