diff --git a/CHANGELOG.md b/CHANGELOG.md index 739a115..2cc53e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.2](https://github.com/oxc-project/oxc-browserslist/compare/oxc-browserslist-v1.1.1...oxc-browserslist-v1.1.2) - 2025-01-09 + +### Other + +- _(deps)_ update rust crates +- _(deps)_ update rust crates +- _(deps)_ update npm packages (#81) + ## [1.1.1](https://github.com/oxc-project/oxc-browserslist/compare/oxc-browserslist-v1.1.0...oxc-browserslist-v1.1.1) - 2024-12-14 ### Other diff --git a/Cargo.lock b/Cargo.lock index 76f4a40..6789a07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -244,7 +244,7 @@ checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" [[package]] name = "oxc-browserslist" -version = "1.1.1" +version = "1.1.2" dependencies = [ "criterion2", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index b02653b..1bac1f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc-browserslist" -version = "1.1.1" +version = "1.1.2" authors = ["Boshen ", "Pig Fang "] categories = ["config", "web-programming"] edition = "2021"