chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-09 07:50:29 +00:00
parent cf7ca5076a
commit ea3d6c1a58
3 changed files with 5 additions and 2 deletions

View File

@ -43,6 +43,9 @@
- **(es/minifier)** Merge code for multi-replacer (#4269) ([434dcf4](https://github.com/swc-project/swc/commit/434dcf4af786a7d31827f7b078dea40efc35b64f))
- **(plugin/api)** Expand the proxy crate (#4290) ([cf7ca50](https://github.com/swc-project/swc/commit/cf7ca5076a7f0b33f3587fb34f2eddcb2d316e5d))
## [1.2.164] - 2022-04-07
### Bug Fixes

2
Cargo.lock generated
View File

@ -3879,7 +3879,7 @@ dependencies = [
[[package]]
name = "swc_plugin_runner"
version = "0.50.4"
version = "0.50.5"
dependencies = [
"anyhow",
"once_cell",

View File

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