From ee2470c3cc6b1b88f8280387c7e152dfacc15c6c Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Wed, 25 May 2022 02:12:44 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- crates/swc_plugin_runner/Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cac99a3adf6..ca67243a5cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog ## [unreleased] +### Features + + + +- **(plugin)** Implement `SourceMap.span_to_*` (#4781) ([a937357](https://github.com/swc-project/swc/commit/a937357d47471222db4e62021ec507cd96597d9c)) + +## [1.2.192] - 2022-05-24 + ### Bug Fixes @@ -101,6 +109,9 @@ - **(ci)** Fix CI (#4747) ([0f85f7b](https://github.com/swc-project/swc/commit/0f85f7b9de970648509aff8ac466fe25ab004cdb)) +- **(ci)** Fix CI (#4779) ([c31b0a3](https://github.com/swc-project/swc/commit/c31b0a38ea16b784489bb4125403c1625d3895f1)) + + - **(es/minifier)** Add `#[doc(hidden)]` (#4751) ([22bf5f0](https://github.com/swc-project/swc/commit/22bf5f014e35ac4994d70660ae7e25cfb4659caf)) ### Performance diff --git a/Cargo.lock b/Cargo.lock index a408ceaf5d9..3b47f8c1267 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4081,7 +4081,7 @@ dependencies = [ [[package]] name = "swc_plugin_runner" -version = "0.55.0" +version = "0.55.1" dependencies = [ "anyhow", "criterion", diff --git a/crates/swc_plugin_runner/Cargo.toml b/crates/swc_plugin_runner/Cargo.toml index 53668cda4f9..b1fe464ccb9 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.55.0" +version = "0.55.1" [lib] bench = false