Skip to content

Commit d1e9795

Browse files
authored
chore: release v3.0.2
1 parent e5c35ae commit d1e9795

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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-21
11+
12+
### Other
13+
14+
- *(deps)* update github-actions ([#84](https://github.com/oxc-project/json-strip-comments/pull/84))
15+
- *(deps)* update dependency rust to v1.90.0 ([#83](https://github.com/oxc-project/json-strip-comments/pull/83))
16+
1017
## [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
1118

1219
### 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)