From ea3d6c1a58942e691b2df4cc0a824a5015904581 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Sat, 9 Apr 2022 07:50:29 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- crates/swc_plugin_runner/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8a187de09e..e24fc27283c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,9 @@ - **(es/minifier)** Merge code for multi-replacer (#4269) ([434dcf4](https://github.com/swc-project/swc/commit/434dcf4af786a7d31827f7b078dea40efc35b64f)) + +- **(plugin/api)** Expand the proxy crate (#4290) ([cf7ca50](https://github.com/swc-project/swc/commit/cf7ca5076a7f0b33f3587fb34f2eddcb2d316e5d)) + ## [1.2.164] - 2022-04-07 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 07780bb166f..fade777f52a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3879,7 +3879,7 @@ dependencies = [ [[package]] name = "swc_plugin_runner" -version = "0.50.4" +version = "0.50.5" dependencies = [ "anyhow", "once_cell", diff --git a/crates/swc_plugin_runner/Cargo.toml b/crates/swc_plugin_runner/Cargo.toml index 010ed55d437..9999c68e574 100644 --- a/crates/swc_plugin_runner/Cargo.toml +++ b/crates/swc_plugin_runner/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_plugin_runner" repository = "https://github.com/swc-project/swc.git" -version = "0.50.4" +version = "0.50.5" [lib] bench = false