chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-06 07:13:33 +00:00
parent 10f903dd39
commit a8a0df2b9c
3 changed files with 8 additions and 2 deletions

View File

@ -37,6 +37,12 @@
- **(html/parser)** Fix parsing of cdata (#4537) ([07cf28a](https://github.com/swc-project/swc/commit/07cf28a168c0e4619c3293ece180922d5e9a632d))
### Features
- **(plugin)** Make plugin source map api use `SourceMapper` (#4541) ([10f903d](https://github.com/swc-project/swc/commit/10f903dd3952286f84c0957d96b9c43236938de5))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

@ -3956,7 +3956,7 @@ dependencies = [
[[package]]
name = "swc_plugin_proxy"
version = "0.2.1"
version = "0.2.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.2.1"
version = "0.2.2"
[lib]
bench = false