chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-08 14:37:12 +00:00
parent 7cfa930a62
commit 1196cc8155
3 changed files with 5 additions and 2 deletions

View File

@ -38,6 +38,9 @@
- **(es/compat)** Add tracing support to remaining compat transforms (#3904) ([bd0a921](https://github.com/swc-project/swc/commit/bd0a9214c3a678a65a814517ffef6c59199ac06b))
- **(es/fixer)** Remove extra parens around IIFE in statements (#3918) ([7cfa930](https://github.com/swc-project/swc/commit/7cfa930a629da96b30c2d5021a51d15c0b121013))
- **(es/parser)** Report errors for non-abstract members in an abstract class (#3917) ([16182d5](https://github.com/swc-project/swc/commit/16182d586f1b54e383ae83a264576267441e49ba))
### Performance

2
Cargo.lock generated
View File

@ -3239,7 +3239,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_base"
version = "0.66.0"
version = "0.66.1"
dependencies = [
"better_scoped_tls",
"once_cell",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_transforms_base"
repository = "https://github.com/swc-project/swc.git"
version = "0.66.0"
version = "0.66.1"
[features]
concurrent = [