chore: Bump crates

This commit is contained in:
SWC Bot 2024-07-14 04:20:45 +00:00
parent cbfeac35d6
commit c9ac23beb0
3 changed files with 2 additions and 10 deletions

View File

@ -1383,12 +1383,4 @@
- **(plugin)** Set `swc_common::errors::HANDLER` while invoking plugins ([#8511](https://github.com/swc-project/swc/issues/8511)) ([ba753f1](https://github.com/swc-project/swc/commit/ba753f12885c4c3062afa5782dc7f6652981a659))
## [1.3.103] - 2024-01-15
### Bug Fixes
- **(es/codegen)** Fix codegen of a property key in ascii-only mode ([#8493](https://github.com/swc-project/swc/issues/8493)) ([8d9bf4c](https://github.com/swc-project/swc/commit/8d9bf4cfaaeef9a9f3307b53c3349bff1359ccdf))
<!-- generated by git-cliff -->

2
Cargo.lock generated
View File

@ -1086,7 +1086,7 @@ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
[[package]]
name = "dbg-swc"
version = "0.97.1"
version = "0.97.2"
dependencies = [
"anyhow",
"clap 3.2.25",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "dbg-swc"
repository = { workspace = true }
version = "0.97.1"
version = "0.97.2"
[[bin]]
bench = false