From 67f454a57203a8e97128a23c7f39c75a673aaf43 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Wed, 13 Jul 2022 10:04:18 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- crates/swc_ecma_quote/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd539f5d18..40d5b0b5f1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog ## [unreleased] +### Features + + + +- **(quote)** Support different types for variables (#5194) ([c91abb2](https://github.com/swc-project/swc/commit/c91abb2ca75ff98e8fad7a4740b6feccec62cd54)) + ### Testing diff --git a/Cargo.lock b/Cargo.lock index 315380243d1..f5439db64b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3500,7 +3500,7 @@ dependencies = [ [[package]] name = "swc_ecma_quote" -version = "0.26.0" +version = "0.26.1" dependencies = [ "swc_atoms", "swc_common", diff --git a/crates/swc_ecma_quote/Cargo.toml b/crates/swc_ecma_quote/Cargo.toml index ad52704d4fc..183d833894f 100644 --- a/crates/swc_ecma_quote/Cargo.toml +++ b/crates/swc_ecma_quote/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_quote" repository = "https://github.com/swc-project/swc.git" -version = "0.26.0" +version = "0.26.1" [lib] bench = false