chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-01 13:20:29 +00:00
parent 2f2039c693
commit 8c4296173a
3 changed files with 10 additions and 2 deletions

View File

@ -5,6 +5,14 @@
- **(es/modules)** Preserve orders of exports (#5081) ([2f2039c](https://github.com/swc-project/swc/commit/2f2039c693bd1e16b16dd1b1b32f3582fdadca4e))
## [1.2.208] - 2022-07-01
### Bug Fixes
- **(es/compat)** Preserve this in function with block scoped vars (#5056) ([18ea2b5](https://github.com/swc-project/swc/commit/18ea2b577011d610fbb06bb6728a86be8366703a))

2
Cargo.lock generated
View File

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