From 123a9f921b4a31b76d4671cff004df513e5530e3 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Mon, 15 Jul 2024 14:32:19 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 9 +++------ Cargo.lock | 2 +- crates/dbg-swc/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 069f4ae878b5..67cb2e3c2961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,9 @@ - **(allocator)** Mention `oxc_allocator` ([be99ce0](https://github.com/swc-project/swc/commit/be99ce0a570c41b3fd471c5d609bd63c25740b36)) +- **(contributing)** Fix deno installation url ([#9249](https://github.com/swc-project/swc/issues/9249)) ([ff5bbda](https://github.com/swc-project/swc/commit/ff5bbdae6ad16309efe592788f4cb14956ffc3b1)) + + - **(es/minifier)** Add contributing section ([e22f3ba](https://github.com/swc-project/swc/commit/e22f3ba9adf21eac057eab29284333b1631258b3)) ### Features @@ -1372,10 +1375,4 @@ - **(common)** Remove `<` and `>` from `Display` impl of `FileName::Custom` ([#8530](https://github.com/swc-project/swc/issues/8530)) ([014a6cd](https://github.com/swc-project/swc/commit/014a6cda8205183f6c3a5e395b6f89cbf7b388b9)) -### Miscellaneous Tasks - - - -- **(preset-env)** Update `browserslist-rs` ([#8524](https://github.com/swc-project/swc/issues/8524)) ([5e40dc7](https://github.com/swc-project/swc/commit/5e40dc7d8c7d7b979c3765fbaa2f9c9b41cf49a0)) - diff --git a/Cargo.lock b/Cargo.lock index 138c4348b83e..dcc366fbd301 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1084,7 +1084,7 @@ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" [[package]] name = "dbg-swc" -version = "0.97.2" +version = "0.97.3" dependencies = [ "anyhow", "clap 3.2.25", diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index c453cacfe5a0..ab002b734684 100644 --- a/crates/dbg-swc/Cargo.toml +++ b/crates/dbg-swc/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "dbg-swc" repository = { workspace = true } -version = "0.97.2" +version = "0.97.3" [[bin]] bench = false