Skip to content

Commit 6c90d71

Browse files
authored
chore: release v3.0.2
1 parent 532d6cd commit 6c90d71

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [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-09-28
11+
12+
### Other
13+
14+
- *(deps)* update oxc-project/setup-rust action to v1.0.6 ([#89](https://github.com/oxc-project/json-strip-comments/pull/89))
15+
- fix benchmark
16+
- *(deps)* lock file maintenance rust crates ([#86](https://github.com/oxc-project/json-strip-comments/pull/86))
17+
- *(deps)* update github-actions ([#84](https://github.com/oxc-project/json-strip-comments/pull/84))
18+
- *(deps)* update dependency rust to v1.90.0 ([#83](https://github.com/oxc-project/json-strip-comments/pull/83))
19+
1020
## [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
1121

1222
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rust-version = "1.85.0"
1111
name = "json-strip-comments"
1212
edition.workspace = true
1313
license.workspace = true
14-
version = "3.0.1"
14+
version = "3.0.2"
1515
description = "Strip comments from JSON"
1616
readme = "README.md"
1717
repository = "https://github.com/oxc-project/json-strip-comments"

0 commit comments

Comments
 (0)