From e97756c4b129ace51b89041a2cf170b0ab3fd92d Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Sat, 3 Sep 2022 16:04:42 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- crates/swc_core/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd3be11f14b..ccbe60d0bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ - **(swc_core)** Fix reexport of ES transforms (#5716) ([9bef836](https://github.com/swc-project/swc/commit/9bef83681ff790b81effae61c45399608b1507cf)) + +- **(swc_core)** Bump `swc_ecma_quote_macros` (#5723) ([9c43713](https://github.com/swc-project/swc/commit/9c43713109a070e23bb8ed655f149b49de6cf321)) + ### Features diff --git a/Cargo.lock b/Cargo.lock index 6911b43425a..e06554dcbe7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3109,7 +3109,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.20.2" +version = "0.20.3" dependencies = [ "binding_macros", "once_cell", diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index eb790e910cb..91f1d6c8868 100644 --- a/crates/swc_core/Cargo.toml +++ b/crates/swc_core/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_core" repository = "https://github.com/swc-project/swc.git" -version = "0.20.2" +version = "0.20.3" [package.metadata.docs.rs] features = [ "common_perf",