chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-18 22:09:14 +00:00
parent 100c0b58c9
commit b509ca0c7b
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@
- **(es/ast)** Fix `EqIgnoreSpan` of `Ident` (#4689) ([07356a5](https://github.com/swc-project/swc/commit/07356a5bba29572c99b53a1db79314a252faf663))
- **(es/compat)** Fix `break` in for await loop (#4705) ([100c0b5](https://github.com/swc-project/swc/commit/100c0b58c9e5074a32e9dbc4f5dd7a88388bd8be))
- **(es/config)** Auto-detect `tsx` (#4696) ([ad309f4](https://github.com/swc-project/swc/commit/ad309f4050dfb3483ed56108cc11f4865dca3f89))

2
Cargo.lock generated
View File

@ -3593,7 +3593,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_compat"
version = "0.99.0"
version = "0.99.1"
dependencies = [
"ahash",
"arrayvec",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_compat"
repository = "https://github.com/swc-project/swc.git"
version = "0.99.0"
version = "0.99.1"
[lib]
bench = false