chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-03 06:25:15 +00:00
parent 6ea66cf001
commit 833b045102
3 changed files with 5 additions and 2 deletions

View File

@ -25,6 +25,9 @@
- **(es/compat)** Support more regex expressions (#4205) ([b793aa0](https://github.com/swc-project/swc/commit/b793aa020095d797a76e2c19f42ab5822ee2ef03))
- **(plugin)** Implement plugin api for comments (#4229) ([6ea66cf](https://github.com/swc-project/swc/commit/6ea66cf001754bb88604a824a2290a3360a798b8))
### Performance

2
Cargo.lock generated
View File

@ -3759,7 +3759,7 @@ dependencies = [
[[package]]
name = "swc_plugin"
version = "0.42.0"
version = "0.43.0"
dependencies = [
"swc_atoms",
"swc_common",

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_plugin"
repository = "https://github.com/swc-project/swc.git"
version = "0.42.0"
version = "0.43.0"
[package.metadata.docs.rs]
all-features = true