chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-07 05:39:05 +00:00
parent 46b1b42c3c
commit e874060959
3 changed files with 5 additions and 2 deletions

View File

@ -28,6 +28,9 @@
- **(html/minifier)** Sort attributes (#4784) ([f813a60](https://github.com/swc-project/swc/commit/f813a60497da416c41041af1d82d7186a6f0cc09))
- **(visit)** Implement `Eq` for `AstKind` (#5133) ([46b1b42](https://github.com/swc-project/swc/commit/46b1b42c3c8ceafadfdc30973344eaded5a52bda))
### Refactor

2
Cargo.lock generated
View File

@ -4187,7 +4187,7 @@ dependencies = [
[[package]]
name = "swc_visit_macros"
version = "0.3.2"
version = "0.3.3"
dependencies = [
"Inflector",
"pmutil",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_visit_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.3.2"
version = "0.3.3"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html