diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c9f6cb9a33..1c4cdbb72b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ +- **(es/lints)** Implement `yoda` rule (#3886) ([833958b](https://github.com/swc-project/swc/commit/833958bd7469993e756c24dcd1263ef2c5ef9eb9)) + + - **(node-swc)** Add `libc` field in Linux platform packages (#4046) ([db9b988](https://github.com/swc-project/swc/commit/db9b9888459c0394209f68bad421eb31a491547a)) ## [1.2.156] - 2022-03-16 diff --git a/Cargo.lock b/Cargo.lock index 08a55acfe8d..032b9da667a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3310,7 +3310,7 @@ dependencies = [ [[package]] name = "swc_ecma_lints" -version = "0.25.0" +version = "0.25.1" dependencies = [ "ahash", "auto_impl", diff --git a/crates/swc_ecma_lints/Cargo.toml b/crates/swc_ecma_lints/Cargo.toml index 2a2d59918e0..74d8ff7d09a 100644 --- a/crates/swc_ecma_lints/Cargo.toml +++ b/crates/swc_ecma_lints/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_lints" repository = "https://github.com/swc-project/swc.git" -version = "0.25.0" +version = "0.25.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]