chore: Publish crates

This commit is contained in:
Donny 2022-01-11 16:15:11 +09:00
parent 9565149539
commit 7fbe8f644e
3 changed files with 5 additions and 2 deletions

View File

@ -16,6 +16,9 @@
- **(es/minifier)** Drop unreachable statements eagerly (#3204) ([0105939](https://github.com/swc-project/swc/commit/01059394268791d85d48d9c1cbfa11564b1eb85e))
- **(es/modules)** Fix lazy import handling (#3211) ([9565149](https://github.com/swc-project/swc/commit/956514953940556847e7a5b42d7f1f21cffe9dd8))
### Features

2
Cargo.lock generated
View File

@ -3098,7 +3098,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_module"
version = "0.71.0"
version = "0.71.1"
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.71.0"
version = "0.71.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]