chore: Publish crates

This commit is contained in:
Donny/강동윤 2022-02-08 01:20:34 +09:00
parent 4f5e87b66b
commit 42918397cb
3 changed files with 5 additions and 2 deletions

View File

@ -20,6 +20,9 @@
- **(es/compat)** Handle initializer hole in array patterns (#3442) ([3bb2a6c](https://github.com/swc-project/swc/commit/3bb2a6ccca4e78412f80aea4fe6c22d04d345a00))
- **(es/compat)** Fix legacy decorator pass (#3459) ([4f5e87b](https://github.com/swc-project/swc/commit/4f5e87b66b42a5672e00edcfa22234f1cde79580))
- **(es/fixer)** Handle more expressions in the super class position (#3452) ([032f397](https://github.com/swc-project/swc/commit/032f397b52415378ede985be35713a3482093958))

2
Cargo.lock generated
View File

@ -3192,7 +3192,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_proposal"
version = "0.76.0"
version = "0.76.1"
dependencies = [
"either",
"serde",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_transforms_proposal"
repository = "https://github.com/swc-project/swc.git"
version = "0.76.0"
version = "0.76.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html