From d5d1ff6417ea03e10101365fae7120ec5b9245f3 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Tue, 12 Jul 2022 15:25:48 +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 fa54fbeb041..60de8114097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,9 @@ +- **(es/codegen)** Emit comments in `emit_module` (#5132) ([1ef541e](https://github.com/swc-project/swc/commit/1ef541eec4a98dc23bef706f881fac9dddd196ca)) + + - **(html/minifier)** Allow specifying options for other tools (#5125) ([dada2d7](https://github.com/swc-project/swc/commit/dada2d7d554fa0733a3c65c512777f1548d41a35)) diff --git a/Cargo.lock b/Cargo.lock index 37fd11e1636..49f1c6e7b6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3305,7 +3305,7 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "0.116.0" +version = "0.116.1" dependencies = [ "criterion", "memchr", diff --git a/crates/swc_ecma_codegen/Cargo.toml b/crates/swc_ecma_codegen/Cargo.toml index 2584d7d4ccb..4f0031ca6e3 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.116.0" +version = "0.116.1" [lib] bench = false