chore: Bump crates

This commit is contained in:
SWC Bot 2024-04-30 07:55:10 +00:00
parent 86e2bb04ac
commit 9ec9459b16
4 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(es/minifier)** Increment `ref_count` while invoking IIFE ([#8904](https://github.com/swc-project/swc/issues/8904)) ([86e2bb0](https://github.com/swc-project/swc/commit/86e2bb04ac0ab98e242732d6a925660a6ee24fbb))
## [1.5.1] - 2024-04-27
### Bug Fixes

4
Cargo.lock generated
View File

@ -3936,7 +3936,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.91.2"
version = "0.91.3"
dependencies = [
"anyhow",
"binding_macros",
@ -4469,7 +4469,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.193.2"
version = "0.193.3"
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.91.2"
version = "0.91.3"
[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.193.2"
version = "0.193.3"
[package.metadata.docs.rs]
all-features = true