Skip to content

Commit ebfb753

Browse files
authored
chore: release v3.1.1
1 parent eab81e0 commit ebfb753

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [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-21
11+
12+
### Other
13+
14+
- port tests from sindresorhus/strip-json-comments ([#118](https://github.com/oxc-project/json-strip-comments/pull/118))
15+
1016
## [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
1117

1218
### Added

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.1.0"
14+
version = "3.1.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)