chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-25 08:13:08 +00:00
parent 6f04e84639
commit cb528459e8
3 changed files with 8 additions and 2 deletions

View File

@ -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

2
Cargo.lock generated
View File

@ -4022,7 +4022,7 @@ dependencies = [
[[package]]
name = "swc_node_base"
version = "0.5.3"
version = "0.5.4"
dependencies = [
"mimalloc-rust",
"tikv-jemallocator",

View File

@ -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