chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-24 04:14:30 +00:00
parent b8d2fb8546
commit fa649d87be
3 changed files with 5 additions and 2 deletions

View File

@ -35,6 +35,9 @@
- **(es/helpers)** Import only used helpers (#4767) ([b8d2fb8](https://github.com/swc-project/swc/commit/b8d2fb85461aba2dfd3ee599fbe6a2a42ff34f32))
- **(es/minifier)** Implement `pure_funcs` (#4710) ([9e42382](https://github.com/swc-project/swc/commit/9e423820916ab847731b8b484a165169174b80df))

2
Cargo.lock generated
View File

@ -3633,7 +3633,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_module"
version = "0.112.4"
version = "0.112.5"
dependencies = [
"Inflector",
"ahash",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_module"
repository = "https://github.com/swc-project/swc.git"
version = "0.112.4"
version = "0.112.5"
[lib]
bench = false