chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-11 02:04:38 +00:00
parent 001607f341
commit 418bc2c76e
3 changed files with 5 additions and 2 deletions

View File

@ -41,6 +41,9 @@
- **(dbg-swc)** Improve minifier comparator (#5411) ([d1da899](https://github.com/swc-project/swc/commit/d1da89939f169437e67031833ea09237968dd620))
- **(plugin)** Add some tracing for plugin host (#5438) ([001607f](https://github.com/swc-project/swc/commit/001607f3411825cc74fd73e0a378616c94603a9f))
- **(swc_core)** Add macros for wasm bindings (#5430) ([5348195](https://github.com/swc-project/swc/commit/5348195996c7ac70d584ab3be0d87a3ac931c44c))
### Refactor

2
Cargo.lock generated
View File

@ -4164,7 +4164,7 @@ dependencies = [
[[package]]
name = "swc_plugin_runner"
version = "0.71.0"
version = "0.71.1"
dependencies = [
"anyhow",
"criterion",

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.71.0"
version = "0.71.1"
[lib]
bench = false