chore: Bump crates

This commit is contained in:
SWC Bot 2024-04-27 04:46:08 +00:00
parent be359fa753
commit 0fc70b3579
4 changed files with 15 additions and 4 deletions

View File

@ -1,4 +1,15 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(es/helpers)** Remove unused export from `_using_ctx.js` ([#8891](https://github.com/swc-project/swc/issues/8891)) ([438d0b3](https://github.com/swc-project/swc/commit/438d0b32b680a1a64861e97cb4a1e14213335e48))
- **(es/minifier)** Do not add vars if `eval` exists ([#8888](https://github.com/swc-project/swc/issues/8888)) ([be359fa](https://github.com/swc-project/swc/commit/be359fa75318d645f954feb90353b884dfa51e6e))
## [1.5.0] - 2024-04-24
### Bug Fixes

4
Cargo.lock generated
View File

@ -3936,7 +3936,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.91.0"
version = "0.91.1"
dependencies = [
"anyhow",
"binding_macros",
@ -4469,7 +4469,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.193.0"
version = "0.193.1"
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.0"
version = "0.91.1"
[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.0"
version = "0.193.1"
[package.metadata.docs.rs]
all-features = true