From 181320a5554a1b29a64650bdc2c1097b67fe6e9a Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Fri, 12 Jul 2024 06:36:34 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 6 +++--- Cargo.lock | 4 ++-- crates/swc_core/Cargo.toml | 2 +- crates/swc_ecma_compat_es2015/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00e3f774152a..48168f605925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ - **(es/compat)** Consider only the variables used in the closure ([#9151](https://github.com/swc-project/swc/issues/9151)) ([1357531](https://github.com/swc-project/swc/commit/1357531805d529b11848b02d1b59c010a02d272d)) +- **(es/compat)** Add support for destructuring with BigInts ([#9215](https://github.com/swc-project/swc/issues/9215)) ([2cc7028](https://github.com/swc-project/swc/commit/2cc70287e0c5d87e0134990e629dad2bf544d867)) + + - **(es/minifier)** Fix case matching ([#9208](https://github.com/swc-project/swc/issues/9208)) ([f81fa6e](https://github.com/swc-project/swc/commit/f81fa6e06335745ff6ab5f7956cecc38116b1343)) @@ -1359,9 +1362,6 @@ -- **(es/codegen)** Emit `?` for an optional computed property ([#8481](https://github.com/swc-project/swc/issues/8481)) ([e0bdc0f](https://github.com/swc-project/swc/commit/e0bdc0f7c210c73f0291ab72e380743fe5f03b72)) - - - **(es/codegen)** Fix codegen of a property key in ascii-only mode ([#8493](https://github.com/swc-project/swc/issues/8493)) ([8d9bf4c](https://github.com/swc-project/swc/commit/8d9bf4cfaaeef9a9f3307b53c3349bff1359ccdf)) diff --git a/Cargo.lock b/Cargo.lock index da0a50213193..c85cc9408857 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3869,7 +3869,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.97.0" +version = "0.97.1" dependencies = [ "anyhow", "binding_macros", @@ -4193,7 +4193,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2015" -version = "0.8.0" +version = "0.8.1" dependencies = [ "arrayvec", "indexmap 2.2.6", diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 1b866b5cc4eb..fd113f0d6ba4 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.97.0" +version = "0.97.1" [package.metadata.docs.rs] features = [ "allocator_node", diff --git a/crates/swc_ecma_compat_es2015/Cargo.toml b/crates/swc_ecma_compat_es2015/Cargo.toml index d8effdf7919b..384def829f37 100644 --- a/crates/swc_ecma_compat_es2015/Cargo.toml +++ b/crates/swc_ecma_compat_es2015/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_compat_es2015" repository = "https://github.com/swc-project/swc.git" -version = "0.8.0" +version = "0.8.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html