chore: Publish crates

This commit is contained in:
SWC Bot 2022-10-10 05:05:22 +00:00
parent ca67d5244d
commit 0808c927c6
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Documentation
- **(es/parser)** Change file extension in TypeScript example (#6094) ([ca67d52](https://github.com/swc-project/swc/commit/ca67d5244dc30c47bf70266f75af2fd3231fd83d))
### Features

2
Cargo.lock generated
View File

@ -742,7 +742,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.58.7"
version = "0.58.8"
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.7"
version = "0.58.8"
[[bin]]
bench = false