chore: Publish crates

This commit is contained in:
SWC Bot 2023-11-15 17:49:24 +00:00
parent 7bbe5e67d9
commit 36fdb179e4
3 changed files with 5 additions and 2 deletions

View File

@ -55,6 +55,9 @@
- **(swc_node_base)** Rename to `swc_malloc` ([#8272](https://github.com/swc-project/swc/issues/8272)) ([9a0572b](https://github.com/swc-project/swc/commit/9a0572b9680e824ff904d7563167faa84aab47b5))
- Remove `swc_ecma_dep_graph` ([#8290](https://github.com/swc-project/swc/issues/8290)) ([7bbe5e6](https://github.com/swc-project/swc/commit/7bbe5e67d9a4316f47158bf717f8dfa86236b41b))
## [1.3.97] - 2023-11-09
### Bug Fixes

2
Cargo.lock generated
View File

@ -1053,7 +1053,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]]
name = "dbg-swc"
version = "0.89.58"
version = "0.89.59"
dependencies = [
"anyhow",
"clap 3.2.25",

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.89.58"
version = "0.89.59"
[[bin]]
bench = false