chore: Publish crates

This commit is contained in:
SWC Bot 2022-02-23 06:37:39 +00:00
parent e252265a3f
commit 2b537d46d4
3 changed files with 5 additions and 2 deletions

View File

@ -16,6 +16,9 @@
- **(cli)** Support stdin (#3688) ([3cf3b20](https://github.com/swc-project/swc/commit/3cf3b20f15e8ddbb2c32405c71183cfdbbb87835))
- **(es/lints)** Implement `default-param-last` rule (#3681) ([e252265](https://github.com/swc-project/swc/commit/e252265a3f21a4c0dcef2e9c13aa7365f683b235))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

@ -2955,7 +2955,7 @@ dependencies = [
[[package]]
name = "swc_ecma_lints"
version = "0.17.2"
version = "0.17.3"
dependencies = [
"ahash",
"auto_impl",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_lints"
repository = "https://github.com/swc-project/swc.git"
version = "0.17.2"
version = "0.17.3"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]