chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-22 10:46:03 +00:00
parent 154d443c88
commit 8d322ef575
3 changed files with 5 additions and 2 deletions

View File

@ -20,6 +20,9 @@
- **(es/compat)** Visit non-method properties in a nested object literal (#4094) ([f5b9600](https://github.com/swc-project/swc/commit/f5b9600b2befe0053bec2d3e6210bf35dd824dfb))
- **(es/compat)** Fix regression of `es2015` (#4119) ([154d443](https://github.com/swc-project/swc/commit/154d443c88d7e08bd8a51da190a06a312976c6e2))
- **(es/minifier)** Consider side effects while lifting sequences (#4116) ([4a9817f](https://github.com/swc-project/swc/commit/4a9817f003d5ce053c0eeaa5cd47c46bd30548a1))

2
Cargo.lock generated
View File

@ -3528,7 +3528,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_compat"
version = "0.84.0"
version = "0.84.1"
dependencies = [
"ahash",
"arrayvec 0.7.2",

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.84.0"
version = "0.84.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]