chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-23 13:07:01 +00:00
parent e4dee1ed33
commit 4f8484add0
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@
- **(es/loader)** Fix hang related to `jsc.paths` (#4742) ([777ea37](https://github.com/swc-project/swc/commit/777ea371d0bd17c6acd7aa2e7b20057de4577c08))
- **(es/minifier)** Consider parameters while detecting pure calls (#4748) ([e4dee1e](https://github.com/swc-project/swc/commit/e4dee1ed3304f9b5950b99360054dc72201c80ad))
- **(es/modules/cjs)** FIx detection of exported names (#4737) ([d9bb59a](https://github.com/swc-project/swc/commit/d9bb59a8cb1998f87b0f115e9cc4b0b53923096a))

2
Cargo.lock generated
View File

@ -3782,7 +3782,7 @@ dependencies = [
[[package]]
name = "swc_ecma_utils"
version = "0.85.0"
version = "0.85.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.85.0"
version = "0.85.1"
[package.metadata.docs.rs]
all-features = true