From de6f75dc9596b76fbf64ebd93c680e48509a7dc0 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Fri, 18 Feb 2022 07:32:39 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- crates/swc_ecma_transforms_compat/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c611aed15ca..884e39fd6bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,9 @@ - **(css/minifier)** Implement the rule for easing functions (#3615) ([8e06b2a](https://github.com/swc-project/swc/commit/8e06b2a42c7ba349ddbf957a6e62916c82f94b1a)) +- **(es/compat)** Check for duplicate private names and undefined private names (#3613) ([5c03551](https://github.com/swc-project/swc/commit/5c035513410326a0d5d0dfa61f7440e9d0987632)) + + - **(es/lints)** Implement `no-dupe-args` rule (#3574) ([3e29b73](https://github.com/swc-project/swc/commit/3e29b73a2a46b146c735e3ce1e01c0cadd906323)) diff --git a/Cargo.lock b/Cargo.lock index 7a600b91dc7..f015179a489 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3134,7 +3134,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_compat" -version = "0.70.1" +version = "0.70.2" dependencies = [ "ahash", "arrayvec 0.7.2", diff --git a/crates/swc_ecma_transforms_compat/Cargo.toml b/crates/swc_ecma_transforms_compat/Cargo.toml index 1882b58274f..c393d4d22a7 100644 --- a/crates/swc_ecma_transforms_compat/Cargo.toml +++ b/crates/swc_ecma_transforms_compat/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_transforms_compat" repository = "https://github.com/swc-project/swc.git" -version = "0.70.1" +version = "0.70.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features]