chore: Bump crates

This commit is contained in:
SWC Bot 2024-05-31 00:33:36 +00:00
parent 09121a61cc
commit 993eccbf9c
4 changed files with 10 additions and 7 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(es/es2015)** Fix injection location of `this` for getter/setter properties ([#8993](https://github.com/swc-project/swc/issues/8993)) ([09121a6](https://github.com/swc-project/swc/commit/09121a61cc5bf390b627e548c471bfc39ccb1c0f))
### Features
@ -1331,7 +1337,4 @@
- **(es/minifier)** Respect inline level and preserve native names ([#8205](https://github.com/swc-project/swc/issues/8205)) ([dd805e9](https://github.com/swc-project/swc/commit/dd805e95a4735e1b869c298489b80555ab4eb20d))
- **(es/preset-env)** Update compat data ([#8194](https://github.com/swc-project/swc/issues/8194)) ([3dc4e1e](https://github.com/swc-project/swc/commit/3dc4e1e02d3e594da6301ca4c80aaee582642fd7))
<!-- generated by git-cliff -->

4
Cargo.lock generated
View File

@ -3936,7 +3936,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.92.7"
version = "0.92.8"
dependencies = [
"anyhow",
"binding_macros",
@ -4255,7 +4255,7 @@ dependencies = [
[[package]]
name = "swc_ecma_compat_es2015"
version = "0.5.2"
version = "0.5.3"
dependencies = [
"arrayvec",
"indexmap 2.1.0",

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

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_compat_es2015"
repository = "https://github.com/swc-project/swc.git"
version = "0.5.2"
version = "0.5.3"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html