chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-26 13:09:21 +00:00
parent f4c6a20654
commit 2086e66eb3
3 changed files with 5 additions and 2 deletions

View File

@ -17,6 +17,9 @@
- **(es/modules)** Fix local scoped amd require (#4800) ([2b03047](https://github.com/swc-project/swc/commit/2b03047cb088b96e5c054055780b54e4f48ae486))
- **(es/modules)** Fix lazy option of common js (#4807) ([f4c6a20](https://github.com/swc-project/swc/commit/f4c6a20654ac172ce84e7fc0e0c5d7c98acbc535))
- **(html/minifier)** Avoid removing id with spaces (#4786) ([c35cb59](https://github.com/swc-project/swc/commit/c35cb598f7a95795ea9d11ab7510f540a17d0639))
### Features

2
Cargo.lock generated
View File

@ -3649,7 +3649,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_module"
version = "0.113.0"
version = "0.113.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.113.0"
version = "0.113.1"
[lib]
bench = false