chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-04 07:30:58 +00:00
parent a933db5a1a
commit 08a4bb7454
3 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,12 @@
- **(es/module)** Fix `jest.spyOn` (#3845) ([9546eef](https://github.com/swc-project/swc/commit/9546eefe72178bbc7059d0fc6c5e7e9bbca089e0))
### Performance
- **(es/compat)** Add tracing support to transforms for from es2017 to es2019 (#3844) ([a933db5](https://github.com/swc-project/swc/commit/a933db5a1a54804efefd1b1d901b85a44ba059a5))
## [1.2.148] - 2022-03-04
### Bug Fixes

2
Cargo.lock generated
View File

@ -3265,7 +3265,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_compat"
version = "0.75.6"
version = "0.75.7"
dependencies = [
"ahash",
"arrayvec 0.7.2",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_transforms_compat"
repository = "https://github.com/swc-project/swc.git"
version = "0.75.6"
version = "0.75.7"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]