From 67c8c6debdb3299977df7c6f841f1a33ff7074e5 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Thu, 7 Apr 2022 07:30:41 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- crates/swc_plugin/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a95f2e1fb0a..e20bc3b207a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog ## [unreleased] +### Miscellaneous Tasks + + + +- **(plugin)** Align version of `swc_common` to include dummy comment api (#4270) ([fad652f](https://github.com/swc-project/swc/commit/fad652f879d12a1015b4500f0a512232c9433c2d)) + +## [1.2.164] - 2022-04-07 + ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index e3a59153b8c..dbd5ad383e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3847,7 +3847,7 @@ dependencies = [ [[package]] name = "swc_plugin" -version = "0.45.0" +version = "0.45.1" dependencies = [ "swc_atoms", "swc_common", diff --git a/crates/swc_plugin/Cargo.toml b/crates/swc_plugin/Cargo.toml index d49e5d9373d..cbb6eaf6124 100644 --- a/crates/swc_plugin/Cargo.toml +++ b/crates/swc_plugin/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "Apache-2.0" name = "swc_plugin" repository = "https://github.com/swc-project/swc.git" -version = "0.45.0" +version = "0.45.1" [package.metadata.docs.rs] all-features = true