chore: Publish crates

This commit is contained in:
SWC Bot 2023-04-14 22:55:55 +00:00
parent 578960d321
commit a9e7efc129
3 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,12 @@
# Changelog
## [unreleased]
### Miscellaneous Tasks
- **(ci)** Fix crev action (#7272) ([578960d](https://github.com/swc-project/swc/commit/578960d32186f7d5fdf2dc99599aa49a01c5d7a3))
## [1.3.50] - 2023-04-13
### Bug Fixes

2
Cargo.lock generated
View File

@ -883,7 +883,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.80.15"
version = "0.80.16"
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.15"
version = "0.80.16"
[[bin]]
bench = false