From 53e1ae2e1bf4f04de1c247dd0fde2354dcea220e Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Tue, 14 May 2024 00:56:51 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- crates/dbg-swc/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9836c6587cfb..8c0cf3ca7195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # Changelog +## [unreleased] + +### Documentation + + + +- **(es/typescript)** Fix example ([#8952](https://github.com/swc-project/swc/issues/8952)) ([ff60960](https://github.com/swc-project/swc/commit/ff60960afe3f2866e5c98f0414884fa93b5ab3f6)) + ## [1.5.6] - 2024-05-14 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index f02f8053230a..e00a8d0efc80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1064,7 +1064,7 @@ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" [[package]] name = "dbg-swc" -version = "0.93.0" +version = "0.93.1" dependencies = [ "anyhow", "clap 3.2.25", diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 88820337adf4..36740b38ec44 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 = "https://github.com/kdy1/dbg-swc.git" -version = "0.93.0" +version = "0.93.1" [[bin]] bench = false