diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ee2113dcaf..2e0375cd86a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,6 +55,9 @@ - **(html/minifier)** Improve merging of group elements (#6349) ([34b3710](https://github.com/swc-project/swc/commit/34b3710c9ca85bf65ec3cf23d2d3ae838d218f52)) + +- **(swc_core)** Expose `swc_css_modules` (#6394) ([26b21b1](https://github.com/swc-project/swc/commit/26b21b1d21e1f8d538bfb3c54dd1d528d8586ad2)) + ### Miscellaneous Tasks diff --git a/Cargo.lock b/Cargo.lock index 953c2395d7a3..604612675318 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3162,7 +3162,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.40.56" +version = "0.40.57" dependencies = [ "binding_macros", "once_cell", diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 47f455f0870b..0aa90bdef586 100644 --- a/crates/swc_core/Cargo.toml +++ b/crates/swc_core/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_core" repository = "https://github.com/swc-project/swc.git" -version = "0.40.56" +version = "0.40.57" [package.metadata.docs.rs] features = [ "common_perf",