From fd7cbfb99dcac4624b8bd369021cb854b526e8ba Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Mon, 4 Apr 2022 04:39:08 +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 f790285f616..c02986b0cc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,9 @@ +- **(es)** Support jsonc for `.swcrc` (#4236) ([8008b79](https://github.com/swc-project/swc/commit/8008b79f8c69f9abc1cdd7be299f5580be8c3c0f)) + + - **(es/minifier)** Improve sequential inlining (#4231) ([fe358ad](https://github.com/swc-project/swc/commit/fe358ad0b93d6f3bd2150fc9ce888f798875beed)) diff --git a/Cargo.lock b/Cargo.lock index 881cf068218..68b03ee4a7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2815,7 +2815,7 @@ dependencies = [ [[package]] name = "swc" -version = "0.163.0" +version = "0.163.1" dependencies = [ "ahash", "anyhow", diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index 8974be5adda..da020826139 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.163.0" +version = "0.163.1" [lib] name = "swc"