From cc712c708401418672f9ce0ca23489cad09a9a2a Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Mon, 9 May 2022 19:10:45 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- crates/swc_ecma_transforms_optimization/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6983e0ff8e7..2c7b9ec16cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ +- **(es/minifier)** Fix handling of `NaN` (#4593) ([dd09cdf](https://github.com/swc-project/swc/commit/dd09cdf8b12d53aa6060e14857fa3efeddf41334)) + +## [1.2.180] - 2022-05-09 + +### Bug Fixes + + + - **(es)** Use `unresolved_mark` (#4573) ([0868409](https://github.com/swc-project/swc/commit/086840956d696816c694fc2fd96258351aab9573)) diff --git a/Cargo.lock b/Cargo.lock index 78f7cf561de..a157d740758 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3580,7 +3580,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "0.121.0" +version = "0.121.1" dependencies = [ "ahash", "dashmap", diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index 50c269565b3..6330a87a6be 100644 --- a/crates/swc_ecma_transforms_optimization/Cargo.toml +++ b/crates/swc_ecma_transforms_optimization/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_optimization" repository = "https://github.com/swc-project/swc.git" -version = "0.121.0" +version = "0.121.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]