From 4f9b9666d3077393eaa214229f9fdc57af18be10 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Fri, 15 Apr 2022 08:02:32 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- crates/swc_ecma_codegen/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4cf0a4ac01..4f7eb59cf15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,9 @@ - **(es/codegen)** Fix overflow of numeric literals (#4321) ([0245e26](https://github.com/swc-project/swc/commit/0245e26af5f984cf89a2f474d89f6b3dfe2f0eff)) +- **(es/codegen)** Fix codegen of arrow expressions (#4306) ([4c99730](https://github.com/swc-project/swc/commit/4c9973010a5c2b865e6ed676a4e0364234cf5d88)) + + - **(es/compat)** Fix renaming bug of `block_scoping` (#4310) ([6c9882e](https://github.com/swc-project/swc/commit/6c9882ec68fee9b702f5e4749482eca74fbd87e8)) diff --git a/Cargo.lock b/Cargo.lock index 6fb133b8b38..fd3e6a46409 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3144,7 +3144,7 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "0.105.0" +version = "0.105.1" dependencies = [ "bitflags", "criterion", diff --git a/crates/swc_ecma_codegen/Cargo.toml b/crates/swc_ecma_codegen/Cargo.toml index 6695531a698..19614552d9c 100644 --- a/crates/swc_ecma_codegen/Cargo.toml +++ b/crates/swc_ecma_codegen/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_codegen" repository = "https://github.com/swc-project/swc.git" -version = "0.105.0" +version = "0.105.1" [lib] bench = false