chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-07 20:41:37 +00:00
parent f575b1bc48
commit d72a2f32af
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(es/module/cjs)** Allow re-exports to be lazy (#3856) ([f575b1b](https://github.com/swc-project/swc/commit/f575b1bc4868dd46c572c3ef61767fdd2ee2c2b3))
- **(es/transform/optimization)** Prevent inlining of vars used as RHS in logical expressions (#3907) ([782a874](https://github.com/swc-project/swc/commit/782a8746963f11a1ada446cb1f744a58f6516cf8))

2
Cargo.lock generated
View File

@ -3307,7 +3307,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_module"
version = "0.89.2"
version = "0.89.3"
dependencies = [
"Inflector",
"ahash",

View File

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