chore: Publish crates

This commit is contained in:
SWC Bot 2022-02-14 01:32:16 +09:00
parent 8d92050f55
commit 6a74aeecc1
3 changed files with 5 additions and 2 deletions

View File

@ -28,6 +28,9 @@
- **(es/lints)** Add `allow` config for `no-console` rule (#3517) ([286b6c8](https://github.com/swc-project/swc/commit/286b6c804fc9f4b12065eb848be56d0a58230cf2))
- **(es/lints)** Implement `eqeqeq` rule (#3513) ([8d92050](https://github.com/swc-project/swc/commit/8d92050f557690bca6f695bbae173876fd9e53a2))
### Performance

2
Cargo.lock generated
View File

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