chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-26 00:11:47 +00:00
parent 2813eaadcd
commit 4498d16c18
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(es/ast)** Fix tag of `BigInt` (#4440) ([2813eaa](https://github.com/swc-project/swc/commit/2813eaadcd0703b9f8c11d77f91c70cd002c9296))
- **(es/minifier)** Remove the last break in the last `BlockStmt` (#4413) ([83244ad](https://github.com/swc-project/swc/commit/83244add338c3dd1a1a84fec94b73d1931699cdb))

2
Cargo.lock generated
View File

@ -3187,7 +3187,7 @@ dependencies = [
[[package]]
name = "swc_ecma_ast"
version = "0.76.1"
version = "0.76.2"
dependencies = [
"arbitrary",
"is-macro",

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.76.1"
version = "0.76.2"
[package.metadata.docs.rs]
all-features = true