chore: Publish crates

This commit is contained in:
SWC Bot 2022-11-10 01:09:07 +00:00
parent 26b21b1d21
commit c428e82ac6
3 changed files with 5 additions and 2 deletions

View File

@ -55,6 +55,9 @@
- **(html/minifier)** Improve merging of group elements (#6349) ([34b3710](https://github.com/swc-project/swc/commit/34b3710c9ca85bf65ec3cf23d2d3ae838d218f52))
- **(swc_core)** Expose `swc_css_modules` (#6394) ([26b21b1](https://github.com/swc-project/swc/commit/26b21b1d21e1f8d538bfb3c54dd1d528d8586ad2))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

@ -3162,7 +3162,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.40.56"
version = "0.40.57"
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.40.56"
version = "0.40.57"
[package.metadata.docs.rs]
features = [
"common_perf",