From 2482c93449517c92f3da7a84db6a9e8fc63ac415 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Mon, 9 May 2022 20:20:17 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 9 ++++++--- Cargo.lock | 2 +- crates/swc_ecma_transforms_base/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c7b9ec16cb..ec414490fc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # Changelog ## [unreleased] -### Bug Fixes +### Features -- **(es/minifier)** Fix handling of `NaN` (#4593) ([dd09cdf](https://github.com/swc-project/swc/commit/dd09cdf8b12d53aa6060e14857fa3efeddf41334)) +- **(es/hygiene)** Drop syntax context (#4594) ([6ac4a23](https://github.com/swc-project/swc/commit/6ac4a23aa2fdf3854f23760cec70b36249df4cdc)) -## [1.2.180] - 2022-05-09 +## [1.2.181] - 2022-05-09 ### Bug Fixes @@ -31,6 +31,9 @@ - **(es/minifier)** Consider more aliases in sequences pass (#4583) ([3521ce0](https://github.com/swc-project/swc/commit/3521ce09e7a2c3168f17491196f6fbc835637380)) +- **(es/minifier)** Fix handling of `NaN` (#4593) ([dd09cdf](https://github.com/swc-project/swc/commit/dd09cdf8b12d53aa6060e14857fa3efeddf41334)) + + - **(es/resolver)** Fix handling of a complex try catch (#4574) ([9e79f9c](https://github.com/swc-project/swc/commit/9e79f9ced697df4aba51219ce4759238a53c11e3)) diff --git a/Cargo.lock b/Cargo.lock index bc3e80ae66c..c5c563fb452 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3479,7 +3479,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "0.82.3" +version = "0.82.4" dependencies = [ "better_scoped_tls", "criterion", diff --git a/crates/swc_ecma_transforms_base/Cargo.toml b/crates/swc_ecma_transforms_base/Cargo.toml index 17e9aab7158..722c8d37180 100644 --- a/crates/swc_ecma_transforms_base/Cargo.toml +++ b/crates/swc_ecma_transforms_base/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.js"] license = "Apache-2.0" name = "swc_ecma_transforms_base" repository = "https://github.com/swc-project/swc.git" -version = "0.82.3" +version = "0.82.4" [lib] bench = false