From 3149026d0f1a09c4eb18060ca1cec7fbd937777d Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Sat, 14 May 2022 06:13:18 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- crates/swc_ecma_lints/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 719b56225c4..1e7fee2eeba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,9 @@ - **(es)** Add an option to omit columns from sourcemaps (#4646) ([b6f904b](https://github.com/swc-project/swc/commit/b6f904b8f0fbe8bffb25ab432006f8195d585bf7)) + +- **(es/lints)** Implement `no-sparse-arrays` rule (#4652) ([9b226a7](https://github.com/swc-project/swc/commit/9b226a7026f06729904ef1fdc0e4a17aa631e5e4)) + ## [1.2.183] - 2022-05-13 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index eeb5e54c149..d87fedab26b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3323,7 +3323,7 @@ dependencies = [ [[package]] name = "swc_ecma_lints" -version = "0.40.1" +version = "0.40.2" dependencies = [ "ahash", "auto_impl", diff --git a/crates/swc_ecma_lints/Cargo.toml b/crates/swc_ecma_lints/Cargo.toml index fb2d46002cc..412e1cb294d 100644 --- a/crates/swc_ecma_lints/Cargo.toml +++ b/crates/swc_ecma_lints/Cargo.toml @@ -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.40.1" +version = "0.40.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]