From 62cd932f329b7e288003b0da713c79c23c5f671e Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Thu, 11 Apr 2024 00:37:21 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- crates/swc_ecma_transforms_compat/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27905bd90bd..052c5f660c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog ## [unreleased] +### Bug Fixes + + + +- **(es/compat)** Handle class fields correctly ([#8835](https://github.com/swc-project/swc/issues/8835)) ([5cc585b](https://github.com/swc-project/swc/commit/5cc585b8f3359d960420e31a91f53c761c90f3f5)) + ### Refactor diff --git a/Cargo.lock b/Cargo.lock index 024eff5f5c2..7d9f0523611 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4665,7 +4665,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_compat" -version = "0.163.18" +version = "0.163.19" dependencies = [ "arrayvec", "indexmap 2.1.0", diff --git a/crates/swc_ecma_transforms_compat/Cargo.toml b/crates/swc_ecma_transforms_compat/Cargo.toml index 4346bf3ab8e..6021427cdc9 100644 --- a/crates/swc_ecma_transforms_compat/Cargo.toml +++ b/crates/swc_ecma_transforms_compat/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_compat" repository = "https://github.com/swc-project/swc.git" -version = "0.163.18" +version = "0.163.19" [lib] bench = false