chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-17 05:06:27 +00:00
parent 04de455a9a
commit 883a76a73a
3 changed files with 5 additions and 3 deletions

View File

@ -14,7 +14,9 @@
- **(es/modules)** Preserve order for ts import equals (#5215) ([6b1ce09](https://github.com/swc-project/swc/commit/6b1ce09b6f59e53a750a71e447a148aedcef8468))
- **(html/parser)** Fix span (#5209) ([b4daa30](https://github.com/swc-project/swc/commit/b4daa3005803be23676bec666bb8f8791f2472b3))
- **(html/parser)** Fix span (#5209) ([b4daa30](https://github.com/swc-project/swc/commit/b4daa3005803be23676bec666bb8f8791f2472b3))- **general**: Fix(es/lints: Handle ts export import equals (#5225)
([04de455](https://github.com/swc-project/swc/commit/04de455a9a34dbcbb193bffc9ab504c0e30e8706))
### Features

2
Cargo.lock generated
View File

@ -3363,7 +3363,7 @@ dependencies = [
[[package]]
name = "swc_ecma_lints"
version = "0.53.1"
version = "0.53.2"
dependencies = [
"ahash",
"auto_impl",

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_lints"
repository = "https://github.com/swc-project/swc.git"
version = "0.53.1"
version = "0.53.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]