From 0d39521b915cace598e0af568c3b6eaabf695600 Mon Sep 17 00:00:00 2001 From: Donny Date: Sat, 27 Nov 2021 17:51:10 +0900 Subject: [PATCH] chore: Publish crates --- Cargo.lock | 2 +- crates/swc_ecma_transforms_compat/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a298971952..a96b5d9d731 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2922,7 +2922,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_compat" -version = "0.52.15" +version = "0.52.16" dependencies = [ "ahash", "arrayvec", diff --git a/crates/swc_ecma_transforms_compat/Cargo.toml b/crates/swc_ecma_transforms_compat/Cargo.toml index bc2f2cd31b3..aa5ee532067 100644 --- a/crates/swc_ecma_transforms_compat/Cargo.toml +++ b/crates/swc_ecma_transforms_compat/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "Apache-2.0/MIT" name = "swc_ecma_transforms_compat" repository = "https://github.com/swc-project/swc.git" -version = "0.52.15" +version = "0.52.16" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features]