chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-12 11:29:34 +00:00
parent 4744d438a9
commit 2f7da66ee4
3 changed files with 5 additions and 2 deletions

View File

@ -22,6 +22,9 @@
- **(html/minifier)** Allow specifying options for other tools (#5125) ([dada2d7](https://github.com/swc-project/swc/commit/dada2d7d554fa0733a3c65c512777f1548d41a35)) - **(html/minifier)** Allow specifying options for other tools (#5125) ([dada2d7](https://github.com/swc-project/swc/commit/dada2d7d554fa0733a3c65c512777f1548d41a35))
- **(visit)** Improve API (#5185) ([4744d43](https://github.com/swc-project/swc/commit/4744d438a9cf44d59dc899ea054ae5e65f6490c8))
### Testing ### Testing

2
Cargo.lock generated
View File

@ -4037,7 +4037,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_macros_common" name = "swc_macros_common"
version = "0.3.5" version = "0.3.6"
dependencies = [ dependencies = [
"pmutil", "pmutil",
"proc-macro2", "proc-macro2",

View File

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