From f5d2f00afee1f009840d02508c998b307ed863e6 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Fri, 25 Feb 2022 02:33:30 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- crates/swc_plugin_macro/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22111a8a094..49265e16d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog ## [unreleased] +### Bug Fixes + + + +- **(plugin/macro)** Do not free guest memory twice (#3732) ([d8b0166](https://github.com/swc-project/swc/commit/d8b01660dcd0bca43993043e8fa6ed33c62894a9)) + ### Features diff --git a/Cargo.lock b/Cargo.lock index 23145c26a23..3ddeee2976e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3497,7 +3497,7 @@ dependencies = [ [[package]] name = "swc_plugin_macro" -version = "0.3.0" +version = "0.3.1" dependencies = [ "proc-macro2", "quote", diff --git a/crates/swc_plugin_macro/Cargo.toml b/crates/swc_plugin_macro/Cargo.toml index 2ace22176a6..48e1891d873 100644 --- a/crates/swc_plugin_macro/Cargo.toml +++ b/crates/swc_plugin_macro/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "Apache-2.0" name = "swc_plugin_macro" repository = "https://github.com/swc-project/swc.git" -version = "0.3.0" +version = "0.3.1" [lib] proc-macro = true