mirror of
https://github.com/swc-project/swc.git
synced 2024-12-29 16:42:28 +03:00
chore: Publish crates
This commit is contained in:
parent
5bb417ef88
commit
946f2062b6
@ -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
2
Cargo.lock
generated
@ -3537,7 +3537,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_base"
|
||||
version = "0.87.2"
|
||||
version = "0.87.3"
|
||||
dependencies = [
|
||||
"better_scoped_tls",
|
||||
"criterion",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user