chore: Publish crates

This commit is contained in:
SWC Bot 2022-10-11 02:39:20 +00:00
parent 5fd0e97c15
commit a0b0fd3e0d
3 changed files with 5 additions and 2 deletions

View File

@ -7,6 +7,9 @@
- **(es/preset-env)** Update data (#6106) ([8d4d326](https://github.com/swc-project/swc/commit/8d4d32664d7f4feeba5faa3dec95691d5560ca6c))
- **(swc_core)** Reexport `swc_css_compat` correctly (#6114) ([5fd0e97](https://github.com/swc-project/swc/commit/5fd0e97c15c2f2c4feaacaf74984cca7571e4340))
### Documentation

2
Cargo.lock generated
View File

@ -3145,7 +3145,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.32.8"
version = "0.32.9"
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.32.8"
version = "0.32.9"
[package.metadata.docs.rs]
features = [
"common_perf",