chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-22 13:38:57 +00:00
parent 86452511e7
commit ceb6c2ec96
3 changed files with 5 additions and 2 deletions

View File

@ -17,6 +17,9 @@
- **(es/compat)** Fix destructuring assignments and updates of super properties (#5576) ([bee26a9](https://github.com/swc-project/swc/commit/bee26a9abb0478147aec2bedd533150204807057))
- **(es/compat)** Fix destructuring assignments and updates of super properties in async method (#5580) ([8645251](https://github.com/swc-project/swc/commit/86452511e715a7ba8447add81a60ce49905bb45c))
- **(es/parser)** Allow expr to follow `ClassExpr` (#5572) ([78dd071](https://github.com/swc-project/swc/commit/78dd071dabf5f9b5ca9b213bb5f5f0e5d76b40ab))

2
Cargo.lock generated
View File

@ -3756,7 +3756,7 @@ dependencies = [
[[package]]
name = "swc_ecma_utils"
version = "0.100.0"
version = "0.100.1"
dependencies = [
"indexmap",
"once_cell",

View File

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