chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-10 05:25:43 +00:00
parent 4fb932dd08
commit 61b345c459
3 changed files with 8 additions and 2 deletions

View File

@ -10,6 +10,12 @@
- **(html/codegen)** Emit newline in `textarea`/`pre` (#4919) ([4f1e046](https://github.com/swc-project/swc/commit/4f1e04671dcf33fe30dcc0915ea5aa5b0bc19973))
### Features
- **(es/lints)** Add `default-case-last` rule (#4913) ([4fb932d](https://github.com/swc-project/swc/commit/4fb932dd0818c76feac01df7ea0c371626b62143))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

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