Skip to content

Commit 2b8ed6b

Browse files
authored
chore: release v3.0.1 (#82)
1 parent b9dfe90 commit 2b8ed6b

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,4 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [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
11+
12+
### Other
13+
14+
- move tests
15+
- more tests
16+
1017
## [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

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.0"
14+
version = "3.0.1"
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)