chore: Bump crates

This commit is contained in:
SWC Bot 2024-04-09 01:53:14 +00:00
parent 9ed93c17cd
commit bc9c90332f
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(es/decorators)** Fix capacity overflow with decorators ([#8818](https://github.com/swc-project/swc/issues/8818)) ([9ed93c1](https://github.com/swc-project/swc/commit/9ed93c17cdb645274392ebdb9ad87f8fbeeed971))
- **(es/minifier)** Respect `top_retain` for top-level functions ([#8814](https://github.com/swc-project/swc/issues/8814)) ([811308c](https://github.com/swc-project/swc/commit/811308c3526003608e61c559f43408f6065ff9ee))

2
Cargo.lock generated
View File

@ -4773,7 +4773,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_proposal"
version = "0.171.19"
version = "0.171.20"
dependencies = [
"either",
"rustc-hash",

View File

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