diff --git a/CHANGELOG.md b/CHANGELOG.md index dc09ec6e2ec..9e8b06d17fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ - **(es/typescript)** Remove imports used in interfaces and type signatures (#3893) ([5c92b2d](https://github.com/swc-project/swc/commit/5c92b2d4cee64686d0aad788b177b34cd2fd3bfc)) +### Features + + + +- **(common)** Align `stable_hasher` to latest rustc (#3895) ([372f298](https://github.com/swc-project/swc/commit/372f298f5f6faae804370a3caaf8dce309fcb9f5)) + ## [1.2.151] - 2022-03-07 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 19c7d6ead45..e3a007067ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2833,7 +2833,7 @@ dependencies = [ [[package]] name = "swc_common" -version = "0.17.10" +version = "0.17.11" dependencies = [ "ahash", "anyhow", diff --git a/crates/swc_common/Cargo.toml b/crates/swc_common/Cargo.toml index 05c3cb451a8..863dc9337d6 100644 --- a/crates/swc_common/Cargo.toml +++ b/crates/swc_common/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_common" repository = "https://github.com/swc-project/swc.git" -version = "0.17.10" +version = "0.17.11" [package.metadata.docs.rs] all-features = true