chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-04 05:01:47 +00:00
parent cdb6164937
commit a09999310c
3 changed files with 5 additions and 2 deletions

View File

@ -7,6 +7,9 @@
- **(es/fixer)** Preserve parens for optional chaining expressions (#5388) ([9443419](https://github.com/swc-project/swc/commit/9443419591a47931bf27958ef5f69599484157a5))
- **(es/modules)** Use an indirect call for a tagged template (#5382) ([cdb6164](https://github.com/swc-project/swc/commit/cdb6164937b285aa294a8d68459a2c39862d941f))
### Testing

2
Cargo.lock generated
View File

@ -3663,7 +3663,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_module"
version = "0.137.0"
version = "0.137.1"
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.137.0"
version = "0.137.1"
[lib]
bench = false