chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-16 07:10:52 +00:00
parent 6b1ce09b6f
commit eab1113450
3 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,9 @@
- **(cli)** Emit sourcemap with file inputs (#5213) ([3e3be80](https://github.com/swc-project/swc/commit/3e3be80efda09ae494f8962947562b4411874061))
- **(es/modules)** Preserve order for ts import equals (#5215) ([6b1ce09](https://github.com/swc-project/swc/commit/6b1ce09b6f59e53a750a71e447a148aedcef8468))
- **(html/parser)** Fix span (#5209) ([b4daa30](https://github.com/swc-project/swc/commit/b4daa3005803be23676bec666bb8f8791f2472b3))
### Features

2
Cargo.lock generated
View File

@ -3647,7 +3647,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_module"
version = "0.132.0"
version = "0.132.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.132.0"
version = "0.132.1"
[lib]
bench = false