chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-07 05:39:57 +00:00
parent b15e984317
commit 4c89ddd020
3 changed files with 20 additions and 17 deletions

View File

@ -68,6 +68,9 @@
- **(html)** Support boolean attributes (#4258) ([8640c8b](https://github.com/swc-project/swc/commit/8640c8bd43a164eb185733b5294342ff01c858f6))
- **(plugin)** Implement proxy for `dummy_with_cmt` (#4268) ([b15e984](https://github.com/swc-project/swc/commit/b15e984317ae6eb03597e9236f637fee205dd8a5))
- **(plugin/api)** Expose `swc_ecma_utils` (#4256) ([7bc04a6](https://github.com/swc-project/swc/commit/7bc04a67918374b1b2d02ed5034330cd6dd78d57))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

@ -3879,7 +3879,7 @@ dependencies = [
[[package]]
name = "swc_plugin_runner"
version = "0.50.0"
version = "0.50.1"
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.0"
version = "0.50.1"
[lib]
bench = false