diff --git a/CHANGELOG.md b/CHANGELOG.md index 6556204..e4455b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.2](https://github.com/oxc-project/json-strip-comments/compare/json-strip-comments-v3.0.1...json-strip-comments-v3.0.2) - 2025-10-05 + +### Other + +- *(deps)* update github-actions ([#91](https://github.com/oxc-project/json-strip-comments/pull/91)) +- *(deps)* update oxc-project/setup-rust action to v1.0.6 ([#89](https://github.com/oxc-project/json-strip-comments/pull/89)) +- fix benchmark +- *(deps)* lock file maintenance rust crates ([#86](https://github.com/oxc-project/json-strip-comments/pull/86)) +- *(deps)* update github-actions ([#84](https://github.com/oxc-project/json-strip-comments/pull/84)) +- *(deps)* update dependency rust to v1.90.0 ([#83](https://github.com/oxc-project/json-strip-comments/pull/83)) + ## [3.0.1](https://github.com/oxc-project/json-strip-comments/compare/json-strip-comments-v3.0.0...json-strip-comments-v3.0.1) - 2025-09-15 ### Other diff --git a/Cargo.lock b/Cargo.lock index 59be77f..3a38694 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -222,7 +222,7 @@ dependencies = [ [[package]] name = "json-strip-comments" -version = "3.0.1" +version = "3.0.2" dependencies = [ "criterion2", "memchr", diff --git a/Cargo.toml b/Cargo.toml index ed9186b..0d09648 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ rust-version = "1.85.0" name = "json-strip-comments" edition.workspace = true license.workspace = true -version = "3.0.1" +version = "3.0.2" description = "Strip comments from JSON" readme = "README.md" repository = "https://github.com/oxc-project/json-strip-comments"