From 5f75019683a2f1dc03dda68d6832632ee5d8699c Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Mon, 15 Apr 2024 06:29:53 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 11 +++-------- Cargo.lock | 4 ++-- crates/swc_ecma_transforms_base/Cargo.toml | 2 +- crates/swc_ecma_transforms_proposal/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26528b3763b..f94de998e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - **(es/parser)** Fix span of `BindingIdent` ([#8859](https://github.com/swc-project/swc/issues/8859)) ([fbd32fb](https://github.com/swc-project/swc/commit/fbd32fbff323ff4116e82d2dd1d763f7f3844de2)) + +- **(es/proposal)** Update explicit resource management to match spec ([#8860](https://github.com/swc-project/swc/issues/8860)) ([6d24076](https://github.com/swc-project/swc/commit/6d240768b11cd6cabd347a54c135cb8937df2240)) + ## [1.4.14] - 2024-04-15 ### Bug Fixes @@ -1365,12 +1368,4 @@ - **(bindingins)** Create `@swc/counter` ([#7991](https://github.com/swc-project/swc/issues/7991)) ([0acbb5f](https://github.com/swc-project/swc/commit/0acbb5f78daa52cf505e077993a694eb966368af)) -## [1.3.87] - 2023-09-22 - -### Bug Fixes - - - -- **(es/compat)** Handle nullish in fn expr scope ([#7980](https://github.com/swc-project/swc/issues/7980)) ([5050f58](https://github.com/swc-project/swc/commit/5050f5820a43b8de7a87511070405e189eaafb5f)) - diff --git a/Cargo.lock b/Cargo.lock index 24ba55c36b7..cb46037ac74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4626,7 +4626,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "0.137.18" +version = "0.137.19" dependencies = [ "better_scoped_tls", "bitflags 2.5.0", @@ -4773,7 +4773,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_proposal" -version = "0.171.21" +version = "0.171.22" dependencies = [ "either", "rustc-hash", diff --git a/crates/swc_ecma_transforms_base/Cargo.toml b/crates/swc_ecma_transforms_base/Cargo.toml index 4694669fbe1..93083e42c6d 100644 --- a/crates/swc_ecma_transforms_base/Cargo.toml +++ b/crates/swc_ecma_transforms_base/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.js"] license = "Apache-2.0" name = "swc_ecma_transforms_base" repository = "https://github.com/swc-project/swc.git" -version = "0.137.18" +version = "0.137.19" [lib] bench = false diff --git a/crates/swc_ecma_transforms_proposal/Cargo.toml b/crates/swc_ecma_transforms_proposal/Cargo.toml index c87b91e5fb5..2895e40b4ca 100644 --- a/crates/swc_ecma_transforms_proposal/Cargo.toml +++ b/crates/swc_ecma_transforms_proposal/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_proposal" repository = "https://github.com/swc-project/swc.git" -version = "0.171.21" +version = "0.171.22" [lib] bench = false