diff --git a/CHANGELOG.md b/CHANGELOG.md index b2d255fb71d..c9342d0c069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,6 +82,9 @@ - **(es/testing)** Print comments in `test_fixture` (#3920) ([3d43a9b](https://github.com/swc-project/swc/commit/3d43a9b69df6002786654b3c378b9d981447c126)) + +- **(preset-env)** Update `browserslist-rs` (#3935) ([aec1a54](https://github.com/swc-project/swc/commit/aec1a54204e2140511442479753b6502448f25cb)) + ### Performance diff --git a/Cargo.lock b/Cargo.lock index e095bcb7fe5..018c6982150 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1930,7 +1930,7 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" [[package]] name = "preset_env_base" -version = "0.1.0" +version = "0.1.1" dependencies = [ "ahash", "anyhow", diff --git a/crates/preset_env_base/Cargo.toml b/crates/preset_env_base/Cargo.toml index 9c03a0b6e1a..962f598c2cf 100644 --- a/crates/preset_env_base/Cargo.toml +++ b/crates/preset_env_base/Cargo.toml @@ -5,7 +5,7 @@ documentation = "https://rustdoc.swc.rs/preset_env_base/" edition = "2021" license = "Apache-2.0" name = "preset_env_base" -version = "0.1.0" +version = "0.1.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html