From 0f07acbc572a8cbe668ba10406f1358ec04318a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Tue, 16 Apr 2024 20:02:16 +0900 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 8 -------- Cargo.lock | 2 +- crates/swc_atoms/Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae6c7c542bf..920308c43fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1361,12 +1361,4 @@ - **(es/typescript)** Handle qualified access in assign pat ([#8012](https://github.com/swc-project/swc/issues/8012)) ([2f01aba](https://github.com/swc-project/swc/commit/2f01aba978415add87994f9b20e3e2db83fc48b6)) -## [1.3.89] - 2023-09-25 - -### Bug Fixes - - - -- **(es/compat)** Skip function scope in `block-scoped-fns` pass ([#7975](https://github.com/swc-project/swc/issues/7975)) ([d91a554](https://github.com/swc-project/swc/commit/d91a554033c8ce0ea2b2538b0e86abf5a81eac76)) - diff --git a/Cargo.lock b/Cargo.lock index e84cefba3030..26b5e38f66b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3764,7 +3764,7 @@ dependencies = [ [[package]] name = "swc_atoms" -version = "0.6.6" +version = "0.6.7" dependencies = [ "bytecheck", "hstr", diff --git a/crates/swc_atoms/Cargo.toml b/crates/swc_atoms/Cargo.toml index afc6077a2e47..d10913c4390c 100644 --- a/crates/swc_atoms/Cargo.toml +++ b/crates/swc_atoms/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_atoms" repository = "https://github.com/swc-project/swc.git" -version = "0.6.6" +version = "0.6.7" [lib] bench = false