chore: Bump crates

This commit is contained in:
SWC Bot 2024-04-05 00:04:37 +00:00
parent 811308c352
commit 1871a76534
4 changed files with 7 additions and 4 deletions

View File

@ -5,6 +5,9 @@
- **(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))
- **(es/transforms)** Fix capacity overflow with decorators ([#8815](https://github.com/swc-project/swc/issues/8815)) ([974f5c7](https://github.com/swc-project/swc/commit/974f5c759c7736ab521d18c8e7bd88210691a2ab))
## [1.4.12] - 2024-04-04

4
Cargo.lock generated
View File

@ -3935,7 +3935,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.90.27"
version = "0.90.28"
dependencies = [
"anyhow",
"binding_macros",
@ -4468,7 +4468,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.192.20"
version = "0.192.21"
dependencies = [
"ansi_term",
"anyhow",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_core"
repository = "https://github.com/swc-project/swc.git"
version = "0.90.27"
version = "0.90.28"
[package.metadata.docs.rs]
features = [
"allocator_node",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"]
license = "Apache-2.0"
name = "swc_ecma_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.192.20"
version = "0.192.21"
[package.metadata.docs.rs]
all-features = true