chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-09 17:02:34 +00:00
parent af91094b2d
commit a316e92732
3 changed files with 5 additions and 2 deletions

View File

@ -31,6 +31,9 @@
- **(html/parser)** Add recovery for attributes on html and body (#4566) ([c7d20e4](https://github.com/swc-project/swc/commit/c7d20e43e63cb2c45cd589e3c72811575fca2f07)) - **(html/parser)** Add recovery for attributes on html and body (#4566) ([c7d20e4](https://github.com/swc-project/swc/commit/c7d20e43e63cb2c45cd589e3c72811575fca2f07))
- **(node)** Use `jemallocator` on linux (#4591) ([af91094](https://github.com/swc-project/swc/commit/af91094b2db0809f02e6f0a6f07b021d12aa1512))
### Features ### Features

2
Cargo.lock generated
View File

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

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_node_base" name = "swc_node_base"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.5.2" version = "0.5.3"
[lib] [lib]
bench = false bench = false