chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-30 13:16:02 +00:00
parent edef5f868b
commit d6204761f3
3 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,9 @@
- **(es/compat)** Handle `yield` in block scoping pass (#5668) ([4820f0c](https://github.com/swc-project/swc/commit/4820f0cbcc2a732a94e87cbfecfb74524ae13ee4))
- **(es/compat)** Don't move variables from object-rest pass (#5673) ([edef5f8](https://github.com/swc-project/swc/commit/edef5f868be972341c011b7ec4479ee2e0726a20))
- **(es/minifier)** Don't inline variables declared multiple times (#5667) ([fd39bb6](https://github.com/swc-project/swc/commit/fd39bb6bff45d3200ad1934d4b2b470a7c8ec21c))

2
Cargo.lock generated
View File

@ -3585,7 +3585,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_compat"
version = "0.128.1"
version = "0.128.2"
dependencies = [
"ahash",
"arrayvec",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_compat"
repository = "https://github.com/swc-project/swc.git"
version = "0.128.1"
version = "0.128.2"
[lib]
bench = false