diff --git a/CHANGELOG.md b/CHANGELOG.md index cb34fddde6d..83b68d4b34e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,11 @@ -- **(es/minifier)** Don't inline functions used as arguments (#3320) ([57204e3](https://github.com/swc-project/swc/commit/57204e39cd24ecdb190a671bd3e163ff0c2ab983)) - -## [1.2.132] - 2022-01-20 - -### Bug Fixes - - - - **(css)** Fix parsing of media queries (#3318) ([0723ee2](https://github.com/swc-project/swc/commit/0723ee282861a1e648490989c122d5f4e683dc35)) + +- **(es/minifier)** Don't inline functions used as arguments (#3320) ([57204e3](https://github.com/swc-project/swc/commit/57204e39cd24ecdb190a671bd3e163ff0c2ab983)) + ### Documentation diff --git a/Cargo.lock b/Cargo.lock index 4d128356a63..f4206674889 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2652,7 +2652,7 @@ dependencies = [ [[package]] name = "swc" -version = "0.116.13" +version = "0.116.14" dependencies = [ "ahash", "anyhow", diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index 8823bbf037d..d17b656c538 100644 --- a/crates/swc/Cargo.toml +++ b/crates/swc/Cargo.toml @@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc" repository = "https://github.com/swc-project/swc.git" -version = "0.116.13" +version = "0.116.14" [lib] name = "swc"