chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-10 06:13:45 +00:00
parent 5bb417ef88
commit 946f2062b6
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(es/fixer)** Preserve parens in optional calls (#4923) ([5bb417e](https://github.com/swc-project/swc/commit/5bb417ef88b545505d24ccf5dad8b72b13a58fcd))
- **(html/codegen)** Fix quotes in attributes (#4918) ([064e504](https://github.com/swc-project/swc/commit/064e50448fb3a916ce52c537f73cedec2253ed50))

2
Cargo.lock generated
View File

@ -3537,7 +3537,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_base"
version = "0.87.2"
version = "0.87.3"
dependencies = [
"better_scoped_tls",
"criterion",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.js"]
license = "Apache-2.0"
name = "swc_ecma_transforms_base"
repository = "https://github.com/swc-project/swc.git"
version = "0.87.2"
version = "0.87.3"
[lib]
bench = false