chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-28 18:31:44 +00:00
parent 374366d56c
commit 1de0581071
3 changed files with 8 additions and 2 deletions

View File

@ -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

2
Cargo.lock generated
View File

@ -4116,7 +4116,7 @@ dependencies = [
[[package]]
name = "swc_plugin_proxy"
version = "0.4.0"
version = "0.4.1"
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.4.0"
version = "0.4.1"
[lib]
bench = false