chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-01 06:30:55 +00:00
parent 4d7048291f
commit 1ef8f3749b
3 changed files with 5 additions and 2 deletions

View File

@ -44,6 +44,9 @@
- **(es/compat)** Optimize handling of literals in computed property names (#3756) ([8ed4d2f](https://github.com/swc-project/swc/commit/8ed4d2fcaccf27733e8fbfe19da810504653ce6b))
- **(es/compat)** Add tracing support for `es2022` transforms (#3785) ([4d70482](https://github.com/swc-project/swc/commit/4d7048291fae26c081754a496d9c77ddb2215575))
- **(es/dep-graph)** Add support for `require.resolve` (#3783) ([19b84e7](https://github.com/swc-project/swc/commit/19b84e7723c381843c98df90f64e5123acdd5808))

2
Cargo.lock generated
View File

@ -3216,7 +3216,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_compat"
version = "0.75.2"
version = "0.75.3"
dependencies = [
"ahash",
"arrayvec 0.7.2",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_transforms_compat"
repository = "https://github.com/swc-project/swc.git"
version = "0.75.2"
version = "0.75.3"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]