From 2e1fdd177dd7442c90e93b779da8f0005c6900bb Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Sun, 8 May 2022 03:25:05 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- crates/swc_ecmascript/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 046f822d9a8..386fde75549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,12 @@ - **(es/minifier)** Drop vars using sequential inliner (#4547) ([c5b4ef4](https://github.com/swc-project/swc/commit/c5b4ef4377874d8659d5b4e6c4099e1eac6c40f1)) +### Refactor + + + +- **(plugin)** Align deps (#4568) ([846a319](https://github.com/swc-project/swc/commit/846a31919eba58b7b14788ccc26b0ff23e488044)) + ## [1.2.178] - 2022-05-07 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index c4d14a4c839..0bbbfd14fc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3696,7 +3696,7 @@ dependencies = [ [[package]] name = "swc_ecmascript" -version = "0.153.0" +version = "0.153.1" dependencies = [ "swc_ecma_ast", "swc_ecma_codegen", diff --git a/crates/swc_ecmascript/Cargo.toml b/crates/swc_ecmascript/Cargo.toml index a9e5ebf9414..8b1f0c81cb4 100644 --- a/crates/swc_ecmascript/Cargo.toml +++ b/crates/swc_ecmascript/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecmascript" repository = "https://github.com/swc-project/swc.git" -version = "0.153.0" +version = "0.153.1" [package.metadata.docs.rs] all-features = true