diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee0451..6556204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,4 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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 + +- move tests +- more tests + ## [3.0.0](https://github.com/oxc-project/json-strip-comments/compare/json-strip-comments-v2.0.0...json-strip-comments-v2.0.1) - 2025-09-15 diff --git a/Cargo.lock b/Cargo.lock index bd638f0..582432a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -222,7 +222,7 @@ dependencies = [ [[package]] name = "json-strip-comments" -version = "3.0.0" +version = "3.0.1" dependencies = [ "criterion2", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 60e040f..ed9186b 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.0" +version = "3.0.1" description = "Strip comments from JSON" readme = "README.md" repository = "https://github.com/oxc-project/json-strip-comments"