chore: Publish crates

This commit is contained in:
SWC Bot 2022-02-25 04:08:59 +00:00
parent a454996314
commit 25b54ae7a8
3 changed files with 8 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(es/helpers)** Cast the result of the `instanceof` helper to boolean (#3728) ([72c9e6c](https://github.com/swc-project/swc/commit/72c9e6ca2b8186c4b297658bec1ce37912898d9f))
- **(plugin/macro)** Do not free guest memory twice (#3732) ([d8b0166](https://github.com/swc-project/swc/commit/d8b01660dcd0bca43993043e8fa6ed33c62894a9))
### Features
@ -16,6 +19,9 @@
- **(css/minifier)** Compress `display` (#3706) ([8512719](https://github.com/swc-project/swc/commit/8512719e126d4041133a78e106bce6c7eca30154))
- **(node-swc)** Add experimental trace support in `@swc/core` (#3731) ([a454996](https://github.com/swc-project/swc/commit/a454996314f31ed9d8672e10588ef94815b16e98))
### Performance

2
Cargo.lock generated
View File

@ -3167,7 +3167,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_compat"
version = "0.73.1"
version = "0.73.2"
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.73.1"
version = "0.73.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]