From cb528459e8523d1e135099ef91a8dbd0ed3072c7 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Wed, 25 May 2022 08:13:08 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- crates/swc_node_base/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2147da18a6b..398af646eea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ - **(plugin)** Implement `SourceMap.span_to_*` (#4781) ([a937357](https://github.com/swc-project/swc/commit/a937357d47471222db4e62021ec507cd96597d9c)) +### Performance + + + +- **(common)** Use `jemalloc` for linux (#4791) ([6f04e84](https://github.com/swc-project/swc/commit/6f04e846394df4bcf1e82748cd5df739b7df7a96)) + ### Testing diff --git a/Cargo.lock b/Cargo.lock index 265cbc4db78..669db015018 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4022,7 +4022,7 @@ dependencies = [ [[package]] name = "swc_node_base" -version = "0.5.3" +version = "0.5.4" dependencies = [ "mimalloc-rust", "tikv-jemallocator", diff --git a/crates/swc_node_base/Cargo.toml b/crates/swc_node_base/Cargo.toml index e4c83a15c50..c192baf67ff 100644 --- a/crates/swc_node_base/Cargo.toml +++ b/crates/swc_node_base/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_node_base" repository = "https://github.com/swc-project/swc.git" -version = "0.5.3" +version = "0.5.4" [lib] bench = false