chore: Publish crates

This commit is contained in:
SWC Bot 2022-09-12 00:28:51 +00:00
parent 969ecdee3d
commit bfb06f1248
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(cli)** Update the plugin template (#5824) ([969ecde](https://github.com/swc-project/swc/commit/969ecdee3d63b2f4b9ffc7f854d25ceb5bff32f4))
- **(css/minifier)** Compress alpha (#5825) ([b531410](https://github.com/swc-project/swc/commit/b531410ea90f38da7e491862097cf7a2dea51fe9))

2
Cargo.lock generated
View File

@ -3110,7 +3110,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.23.1"
version = "0.23.2"
dependencies = [
"binding_macros",
"once_cell",

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.23.1"
version = "0.23.2"
[package.metadata.docs.rs]
features = [
"common_perf",