chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-21 05:48:32 +00:00
parent fd73895a7b
commit 1e313c07d0
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@
- **(es/parser)** Allow instantiation expression followed by a line break or a binary operator (#5000) ([a62b2b3](https://github.com/swc-project/swc/commit/a62b2b32446613fca0a6193c93c19f1e0b86c3b0))
- **(es/transforms)** Add custom `Sync` + `Send` for the renamer (#5018) ([fd73895](https://github.com/swc-project/swc/commit/fd73895a7be31b24a2795e38c1e7729086656023))
- **(es/typescript)** Preserve `export = ` for AMD (#4995) ([d736b31](https://github.com/swc-project/swc/commit/d736b31e08771c3ca243e6875a11bef1a2937c85))
### Documentation

2
Cargo.lock generated
View File

@ -3558,7 +3558,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_base"
version = "0.89.5"
version = "0.89.6"
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.89.5"
version = "0.89.6"
[lib]
bench = false