chore: Publish crates

This commit is contained in:
SWC Bot 2022-09-03 16:04:42 +00:00
parent 9c43713109
commit e97756c4b1
3 changed files with 5 additions and 2 deletions

View File

@ -16,6 +16,9 @@
- **(swc_core)** Fix reexport of ES transforms (#5716) ([9bef836](https://github.com/swc-project/swc/commit/9bef83681ff790b81effae61c45399608b1507cf))
- **(swc_core)** Bump `swc_ecma_quote_macros` (#5723) ([9c43713](https://github.com/swc-project/swc/commit/9c43713109a070e23bb8ed655f149b49de6cf321))
### Features

2
Cargo.lock generated
View File

@ -3109,7 +3109,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.20.2"
version = "0.20.3"
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.20.2"
version = "0.20.3"
[package.metadata.docs.rs]
features = [
"common_perf",