chore: Bump crates

This commit is contained in:
SWC Bot 2024-07-06 13:16:22 +00:00
parent d86ca2d49e
commit 18080f79d2
3 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(es/testing)** Fix `PluginCommentProxy` ([#9170](https://github.com/swc-project/swc/issues/9170)) ([d86ca2d](https://github.com/swc-project/swc/commit/d86ca2d49ec72614ec8c2493a28f27267e6f8b8f))
### Features
@ -1341,9 +1347,6 @@
- **(es)** Apply `paren_remover` for minify ([#8442](https://github.com/swc-project/swc/issues/8442)) ([e68720a](https://github.com/swc-project/swc/commit/e68720a76cf8146befa26ff147a812e9ba2959aa))
- **(es/codegen)** Fix codegen of type-only export declarations ([#8447](https://github.com/swc-project/swc/issues/8447)) ([65dec90](https://github.com/swc-project/swc/commit/65dec905c076c8e95341ada23b140a538d37abce))
- **(es/codegen)** Emit `override` keyword ([#8449](https://github.com/swc-project/swc/issues/8449)) ([0dd96f8](https://github.com/swc-project/swc/commit/0dd96f85e2215f5c18849bdfb150dc95006399e8))

2
Cargo.lock generated
View File

@ -5132,7 +5132,7 @@ dependencies = [
[[package]]
name = "swc_plugin_proxy"
version = "0.44.1"
version = "0.44.2"
dependencies = [
"better_scoped_tls",
"rkyv",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_proxy"
repository = "https://github.com/swc-project/swc.git"
version = "0.44.1"
version = "0.44.2"
[lib]
bench = false