chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-21 18:34:49 +00:00
parent 886585b90e
commit 73d049123c
3 changed files with 5 additions and 2 deletions

View File

@ -14,6 +14,9 @@
- **(es/modules/amd)** Support local-scoped amd requires (#4727) ([886585b](https://github.com/swc-project/swc/commit/886585b90e2f240e4d72091629bc547ab74f7e2e))
- **(html/parser)** Improve error reporting for misplaced non-space characters inside a table (#4723) ([e9b2ebf](https://github.com/swc-project/swc/commit/e9b2ebfc3bffb7d28b7ca0e50f8570aaed2f35e5))
## [1.2.189] - 2022-05-21

2
Cargo.lock generated
View File

@ -3634,7 +3634,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_module"
version = "0.112.2"
version = "0.112.3"
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.2"
version = "0.112.3"
[lib]
bench = false