diff --git a/CHANGELOG.md b/CHANGELOG.md index 992670f8a11..8a08489ff54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ - **(html/minifier)** Allow minifying custom script contents (#5043) ([d7a5f71](https://github.com/swc-project/swc/commit/d7a5f710730063c51deb91c9aa937f7d5a33e582)) +### Miscellaneous Tasks + + + +- **(deps)** Update `rkyv` (#5057) ([374366d](https://github.com/swc-project/swc/commit/374366d56ca431dc892b390efaf090ee4d116100)) + ## [1.2.207] - 2022-06-28 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index dd5b54f17ef..f9fad99b65f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4116,7 +4116,7 @@ dependencies = [ [[package]] name = "swc_plugin_proxy" -version = "0.4.0" +version = "0.4.1" dependencies = [ "better_scoped_tls", "rkyv", diff --git a/crates/swc_plugin_proxy/Cargo.toml b/crates/swc_plugin_proxy/Cargo.toml index 8add3eac9c3..1280fbacbe4 100644 --- a/crates/swc_plugin_proxy/Cargo.toml +++ b/crates/swc_plugin_proxy/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_plugin_proxy" repository = "https://github.com/swc-project/swc.git" -version = "0.4.0" +version = "0.4.1" [lib] bench = false