chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-11 05:03:01 +00:00
parent b041f2911f
commit 565f06f7ef
3 changed files with 5 additions and 2 deletions

View File

@ -26,6 +26,9 @@
- **(es/lints)** Add `default-case-last` rule (#4913) ([4fb932d](https://github.com/swc-project/swc/commit/4fb932dd0818c76feac01df7ea0c371626b62143))
- **(es/lints)** Add `no-await-in-loop` rule (#4936) ([b041f29](https://github.com/swc-project/swc/commit/b041f2911f65b964f0cf1056afcb78e68ace55d9))
- **(html/codegen)** Minify svg attributes (#4917) ([f157aae](https://github.com/swc-project/swc/commit/f157aae40cb11d3ecb18f03f5a32cb4423cfab8b))

2
Cargo.lock generated
View File

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