chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-24 15:23:21 +00:00
parent 35d3558535
commit 77ae3cfa74
3 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,9 @@
- **(es/compat)** Ignore invalid class method names (#5612) ([1181d0f](https://github.com/swc-project/swc/commit/1181d0ffe2b432a202398dfc99dcc89da7480b84))
- **(es/compat)** Handle `super` in a private method (#5613) ([35d3558](https://github.com/swc-project/swc/commit/35d3558535c3bee2cbbd8adec162f9c4cb9a4bbc))
- **(es/fixer)** Wrap expressions in the left of a binary expression (#5586) ([3d485d2](https://github.com/swc-project/swc/commit/3d485d26814516351bd5591502c64811f77f5385))

2
Cargo.lock generated
View File

@ -3565,7 +3565,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_compat"
version = "0.124.1"
version = "0.124.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.124.1"
version = "0.124.2"
[lib]
bench = false