chore: Publish crates

This commit is contained in:
SWC Bot 2023-03-05 06:43:31 +00:00
parent a431a3a204
commit bb64643d94
3 changed files with 8 additions and 2 deletions

View File

@ -31,6 +31,12 @@
- **(es/typescript)** Support `export type * from "mod"` (#6867) ([beb38d3](https://github.com/swc-project/swc/commit/beb38d34a26016051eb0ed364ea1112f416955ac)) - **(es/typescript)** Support `export type * from "mod"` (#6867) ([beb38d3](https://github.com/swc-project/swc/commit/beb38d34a26016051eb0ed364ea1112f416955ac))
### Miscellaneous Tasks
- **(ci)** Fix CI (#7014) ([a431a3a](https://github.com/swc-project/swc/commit/a431a3a204faebd283cb7db8359b048d9fcc9a87))
### Refactor ### Refactor

2
Cargo.lock generated
View File

@ -844,7 +844,7 @@ dependencies = [
[[package]] [[package]]
name = "dbg-swc" name = "dbg-swc"
version = "0.71.0" version = "0.71.1"
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.71.0" version = "0.71.1"
[[bin]] [[bin]]
bench = false bench = false