diff --git a/CHANGELOG.md b/CHANGELOG.md index ebaa29d..725af8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/oxc-project/oxc-browserslist/compare/oxc-browserslist-v1.1.0...oxc-browserslist-v1.1.1) - 2024-12-08 + +### Other + +- *(deps)* update rust crates +- *(deps)* update rust crates +- *(deps)* update dependency rust to v1.83.0 (#78) +- *(deps)* update rust crates +- *(deps)* update rust crates to v1.0.215 +- *(deps)* update rust crate thiserror to v2.0.3 +- *(deps)* update rust crate thiserror to v2 +- *(deps)* update rust crates to v1.0.93 +- `cargo autoinherit` +- *(deps)* update rust crate criterion2 to v2 + ## [1.1.0](https://github.com/oxc-project/oxc-browserslist/compare/oxc-browserslist-v1.0.3...oxc-browserslist-v1.1.0) - 2024-10-30 ### Added diff --git a/Cargo.lock b/Cargo.lock index ecac2ee..8eeb0af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -244,7 +244,7 @@ checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" [[package]] name = "oxc-browserslist" -version = "1.1.0" +version = "1.1.1" dependencies = [ "criterion2", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 842c59a..21c7d34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc-browserslist" -version = "1.1.0" +version = "1.1.1" authors = ["Boshen ", "Pig Fang "] edition = "2021" description = "Rust-ported Browserslist for Oxc."