chore: Publish crates

This commit is contained in:
SWC Bot 2022-11-30 21:03:13 +00:00
parent 80834843f4
commit 40d7cda38e
3 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,12 @@
- **(es/parser)** Fix `typeof` in `TSCallSignatureDeclaration` (#6553) ([aa28aa0](https://github.com/swc-project/swc/commit/aa28aa0c7fefcaea063340c711a5ea8a3ba60e7b)) - **(es/parser)** Fix `typeof` in `TSCallSignatureDeclaration` (#6553) ([aa28aa0](https://github.com/swc-project/swc/commit/aa28aa0c7fefcaea063340c711a5ea8a3ba60e7b))
### Miscellaneous Tasks
- **(ci)** Add debug logs for cli binaries (#6556) ([8083484](https://github.com/swc-project/swc/commit/80834843f4180bc292f8b2959b1390a07bec0a77))
## [1.3.21] - 2022-11-30 ## [1.3.21] - 2022-11-30
### Bug Fixes ### Bug Fixes

2
Cargo.lock generated
View File

@ -842,7 +842,7 @@ dependencies = [
[[package]] [[package]]
name = "dbg-swc" name = "dbg-swc"
version = "0.59.1" version = "0.59.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap 3.1.0", "clap 3.1.0",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "dbg-swc" name = "dbg-swc"
repository = "https://github.com/kdy1/dbg-swc.git" repository = "https://github.com/kdy1/dbg-swc.git"
version = "0.59.1" version = "0.59.2"
[[bin]] [[bin]]
bench = false bench = false