From 43e3a26e4de79bd365ac57399f8ad3d452ebed76 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Tue, 19 Apr 2022 07:34:10 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- crates/swc/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad611dee908..67f3f7e0821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ +- **(es/minifier)** Fix default values of `toplevel` (#4366) ([128175c](https://github.com/swc-project/swc/commit/128175c3297e036ad38e8faa68aa149a94f5ee29)) + + - **(es/modules/cjs)** Fix order of statements (#4361) ([5c1ce0b](https://github.com/swc-project/swc/commit/5c1ce0ba051de3320e90b0992d57a965a6c2dd8a)) ### Features diff --git a/Cargo.lock b/Cargo.lock index f1f69d09093..35adfb25d2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2838,7 +2838,7 @@ dependencies = [ [[package]] name = "swc" -version = "0.168.0" +version = "0.168.1" dependencies = [ "ahash", "ansi_term", diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index f5cd43cdf04..4bcd7d57a66 100644 --- a/crates/swc/Cargo.toml +++ b/crates/swc/Cargo.toml @@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc" repository = "https://github.com/swc-project/swc.git" -version = "0.168.0" +version = "0.168.1" [lib] bench = false