diff --git a/CHANGELOG.md b/CHANGELOG.md index 3662617..925e209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.1.1](https://github.com/oxc-project/json-strip-comments/compare/json-strip-comments-v3.1.0...json-strip-comments-v3.1.1) - 2025-11-23 + +### Other + +- *(deps)* update github-actions ([#121](https://github.com/oxc-project/json-strip-comments/pull/121)) +- port tests from sindresorhus/strip-json-comments ([#118](https://github.com/oxc-project/json-strip-comments/pull/118)) + ## [3.1.0](https://github.com/oxc-project/json-strip-comments/compare/json-strip-comments-v3.0.1...json-strip-comments-v3.1.0) - 2025-11-21 ### Added diff --git a/Cargo.lock b/Cargo.lock index 1ba03c2..b7dfe1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -223,7 +223,7 @@ dependencies = [ [[package]] name = "json-strip-comments" -version = "3.1.0" +version = "3.1.1" dependencies = [ "criterion2", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 7fc9663..7569da5 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.1.0" +version = "3.1.1" description = "Strip comments from JSON" readme = "README.md" repository = "https://github.com/oxc-project/json-strip-comments"