chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-26 06:52:11 +00:00
parent 10851ece98
commit 3761ba4c98
3 changed files with 5 additions and 2 deletions

View File

@ -56,6 +56,9 @@
- **(es/lints)** Remove source map accesses (#4147) ([7a06c5b](https://github.com/swc-project/swc/commit/7a06c5b3d888418098dfe55d030645087e11b5e8))
- **(es/lints)** Implement `symbol-description` rule (#4161) ([10851ec](https://github.com/swc-project/swc/commit/10851ece981b7d71bf33b5f9a5391b59d4841b57))
- **(es/minifier)** Implement some unsafe evaluation rules (#4133) ([1d3763d](https://github.com/swc-project/swc/commit/1d3763d96c94638bb0828110cc90bd123f96e327))

2
Cargo.lock generated
View File

@ -3329,7 +3329,7 @@ dependencies = [
[[package]]
name = "swc_ecma_lints"
version = "0.28.3"
version = "0.28.4"
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.28.3"
version = "0.28.4"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]