chore: Publish crates

This commit is contained in:
SWC Bot 2023-08-09 08:37:37 +00:00
parent ab39f1c3c8
commit fd2d6747be
3 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,12 @@
- **(es/module)** Use `jsc.baseUrl` while resolving absolute paths (#7775) ([5c4bfa6](https://github.com/swc-project/swc/commit/5c4bfa61f9e4f7732bc1a9da6cd25f52e593a374)) - **(es/module)** Use `jsc.baseUrl` while resolving absolute paths (#7775) ([5c4bfa6](https://github.com/swc-project/swc/commit/5c4bfa61f9e4f7732bc1a9da6cd25f52e593a374))
### Miscellaneous Tasks
- **(ci)** Cleanup CI (#7787) ([ab39f1c](https://github.com/swc-project/swc/commit/ab39f1c3c83c7156e6e9979773bf542a59d9b4f4))
## [1.3.75] - 2023-08-08 ## [1.3.75] - 2023-08-08
### Bug Fixes ### Bug Fixes

2
Cargo.lock generated
View File

@ -964,7 +964,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]] [[package]]
name = "dbg-swc" name = "dbg-swc"
version = "0.84.54" version = "0.84.55"
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.84.54" version = "0.84.55"
[[bin]] [[bin]]
bench = false bench = false