From f4a744dc45d7658de9019f81711126173b809321 Mon Sep 17 00:00:00 2001 From: Boshen Date: Mon, 3 Nov 2025 00:44:56 +0800 Subject: [PATCH] chore: release v3.0.2 --- CHANGELOG.md | 21 +++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6556204..6396095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,27 @@ 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-11-02 + +### Other + +- *(deps)* lock file maintenance rust crates ([#109](https://github.com/oxc-project/json-strip-comments/pull/109)) +- *(deps)* update oxc-project/setup-rust action to v1.0.8 ([#107](https://github.com/oxc-project/json-strip-comments/pull/107)) +- *(deps)* update dependency rust to v1.91.0 ([#106](https://github.com/oxc-project/json-strip-comments/pull/106)) +- *(deps)* lock file maintenance ([#103](https://github.com/oxc-project/json-strip-comments/pull/103)) +- *(deps)* update codspeedhq/action action to v4.3.1 ([#102](https://github.com/oxc-project/json-strip-comments/pull/102)) +- *(deps)* lock file maintenance rust crates ([#101](https://github.com/oxc-project/json-strip-comments/pull/101)) +- *(deps)* update actions/setup-node action to v6 ([#99](https://github.com/oxc-project/json-strip-comments/pull/99)) +- *(deps)* update codspeedhq/action action to v4.2.1 ([#98](https://github.com/oxc-project/json-strip-comments/pull/98)) +- *(deps)* lock file maintenance rust crates ([#97](https://github.com/oxc-project/json-strip-comments/pull/97)) +- *(deps)* update github-actions ([#95](https://github.com/oxc-project/json-strip-comments/pull/95)) +- *(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 073a74e..6cfdecf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -223,7 +223,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"