chore: Bump crates

This commit is contained in:
SWC Bot 2024-04-08 15:21:09 +00:00
parent 089f61bc37
commit b511cea273
4 changed files with 7 additions and 7 deletions

View File

@ -10,6 +10,9 @@
- **(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))
- **(plugin/runner)** Pin version of `virtual-fs` ([#8827](https://github.com/swc-project/swc/issues/8827)) ([089f61b](https://github.com/swc-project/swc/commit/089f61bc37bb9c09dc94a24a5518840883827f57))
## [1.4.12] - 2024-04-04
### Bug Fixes
@ -1378,7 +1381,4 @@
- **(es/codegen)** Use `emitAssertForImportAttributes` ([#7936](https://github.com/swc-project/swc/issues/7936)) ([dac8888](https://github.com/swc-project/swc/commit/dac8888829841e1de19d53c887a2a52c9ab5feaa))
- **(es/compat)** Visit assign expr in generator ([#7932](https://github.com/swc-project/swc/issues/7932)) ([97068e1](https://github.com/swc-project/swc/commit/97068e12d16803012a4859114702577def024a36))
<!-- generated by git-cliff -->

4
Cargo.lock generated
View File

@ -3935,7 +3935,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.90.28"
version = "0.90.29"
dependencies = [
"anyhow",
"binding_macros",
@ -5225,7 +5225,7 @@ dependencies = [
[[package]]
name = "swc_plugin_runner"
version = "0.106.14"
version = "0.106.15"
dependencies = [
"anyhow",
"criterion",

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.28"
version = "0.90.29"
[package.metadata.docs.rs]
features = [
"allocator_node",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_runner"
repository = "https://github.com/swc-project/swc.git"
version = "0.106.14"
version = "0.106.15"
[lib]
bench = false