From 242e53bfe59311486ae4c38a59453f9d4bec4d7b Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Thu, 5 May 2022 02:28:41 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- crates/swc_ecma_ast/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e7bec1b126..f2a055c3a75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ +- **(es/compat)** Memorize computed props in logical assignment (#4525) ([2e74787](https://github.com/swc-project/swc/commit/2e7478787040645ef9cd162ef18e948c112c93d8)) + + - **(es/modules)** Preserve extensions (#4524) ([f3b262e](https://github.com/swc-project/swc/commit/f3b262e340cdd5aaa5ce4008936e3ba696f3dc06)) diff --git a/Cargo.lock b/Cargo.lock index a47a2f9c473..350f48b4f88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3187,7 +3187,7 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "0.76.2" +version = "0.76.3" dependencies = [ "arbitrary", "is-macro", diff --git a/crates/swc_ecma_ast/Cargo.toml b/crates/swc_ecma_ast/Cargo.toml index 246d7c1c435..f10b90673ce 100644 --- a/crates/swc_ecma_ast/Cargo.toml +++ b/crates/swc_ecma_ast/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_ast" repository = "https://github.com/swc-project/swc.git" -version = "0.76.2" +version = "0.76.3" [package.metadata.docs.rs] all-features = true