chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-03 02:23:15 +00:00
parent c4b156ce1f
commit 6cd5cfe045
3 changed files with 5 additions and 2 deletions

View File

@ -14,6 +14,9 @@
- **(es/compat)** Support updating a private field with bigint value (#4136) ([1e1d081](https://github.com/swc-project/swc/commit/1e1d081805e51d494d2d22568b656698a28849f0))
- **(es/compat)** Visit default export in `static_block` (#4500) ([c4b156c](https://github.com/swc-project/swc/commit/c4b156ce1f4910189cc796c483c7bab92ebd290d))
- **(html/parser)** Fix adoption agency algorithm (#4487) ([00358e1](https://github.com/swc-project/swc/commit/00358e10fc00e9118e933da8a8674e347d0d60f0))

2
Cargo.lock generated
View File

@ -3483,7 +3483,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_compat"
version = "0.94.4"
version = "0.94.5"
dependencies = [
"ahash",
"arrayvec",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_compat"
repository = "https://github.com/swc-project/swc.git"
version = "0.94.4"
version = "0.94.5"
[lib]
bench = false