chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-01 08:39:48 +00:00
parent 9e162dcbae
commit a700b4ab5f
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@
- **(es/modules)** Handle `this` in class methods (#5065) ([ef543b1](https://github.com/swc-project/swc/commit/ef543b1b22b9cf29add68984318fe19620240888))
- **(es/modules)** Improve compatibility with cjs lexer (#5080) ([9e162dc](https://github.com/swc-project/swc/commit/9e162dcbae91a3dd4cef47ab0d80de14ada6d70d))
- **(html/minifier)** Fix smart mode (#5058) ([e9bad20](https://github.com/swc-project/swc/commit/e9bad20898df92f7d0dd898ab1924229d5113251))

2
Cargo.lock generated
View File

@ -3642,7 +3642,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_module"
version = "0.123.0"
version = "0.123.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.123.0"
version = "0.123.1"
[lib]
bench = false