chore: Publish crates

This commit is contained in:
SWC Bot 2022-10-21 05:11:38 +00:00
parent 2bafd53e96
commit caaf491da5
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
# Changelog
## [unreleased]
### Miscellaneous Tasks
- **(bindings)** Fix type (#6184) ([2bafd53](https://github.com/swc-project/swc/commit/2bafd53e96b7101b9e7ceb6b34a88c8c826ef9d5))
## [1.3.10] - 2022-10-21
### Bug Fixes

2
Cargo.lock generated
View File

@ -776,7 +776,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.58.61"
version = "0.58.62"
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.58.61"
version = "0.58.62"
[[bin]]
bench = false