chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-30 01:23:58 +00:00
parent e1aa937183
commit 3eefa63792
3 changed files with 5 additions and 2 deletions

View File

@ -28,6 +28,9 @@
- **(plugin)** Add versioned wrapper struct (#5062) ([e34a864](https://github.com/swc-project/swc/commit/e34a864390dc6a8a0d78cc60af458be37031e30f))
- **(plugin)** Allow taking the inner data from versioned (#5071) ([e1aa937](https://github.com/swc-project/swc/commit/e1aa937183ca3c803be9665ec0a683b679bfc29f))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

@ -3283,7 +3283,7 @@ dependencies = [
[[package]]
name = "swc_ecma_ast"
version = "0.80.0"
version = "0.80.1"
dependencies = [
"arbitrary",
"bitflags",

View File

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