From d8f387dc21fd48fc9d30c0422ea2ea93466b7d36 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Thu, 14 Jul 2022 05:29:39 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- crates/swc_ecmascript/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f5463ba536..f37ac317586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ +- **(es)** Add quote to `swc_ecmascript` (#5199) ([fbfa59b](https://github.com/swc-project/swc/commit/fbfa59b5b78ed76350be246eecba86f8fe8b4234)) + + - **(html/parser)** Add `raw` to comments (#5196) ([dead719](https://github.com/swc-project/swc/commit/dead719550b1ac3024e07f77905ce7b064f102c4)) ### Testing diff --git a/Cargo.lock b/Cargo.lock index 209a938d163..176f0e585c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3831,7 +3831,7 @@ dependencies = [ [[package]] name = "swc_ecmascript" -version = "0.181.0" +version = "0.181.1" dependencies = [ "swc_ecma_ast", "swc_ecma_codegen", diff --git a/crates/swc_ecmascript/Cargo.toml b/crates/swc_ecmascript/Cargo.toml index 105b2c97956..ebd43a1b8a7 100644 --- a/crates/swc_ecmascript/Cargo.toml +++ b/crates/swc_ecmascript/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecmascript" repository = "https://github.com/swc-project/swc.git" -version = "0.181.0" +version = "0.181.1" [package.metadata.docs.rs] all-features = true