Skip to content

Commit d1ba6d2

Browse files
chore: release main (#192)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bf33955 commit d1ba6d2

File tree

7 files changed

+26
-11
lines changed

7 files changed

+26
-11
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"js": "3.3.8",
3-
"rust": "3.2.4"
2+
"js": "3.3.9",
3+
"rust": "3.2.5"
44
}

js/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.3.9](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.3.8...momoa-js-v3.3.9) (2025-07-29)
4+
5+
6+
### Bug Fixes
7+
8+
* document start/end inconsistency to include trailing whitespace ([#191](https://github.com/humanwhocodes/momoa/issues/191)) ([aaa77ed](https://github.com/humanwhocodes/momoa/commit/aaa77ed10e3e27c6d051ac6cde066dfd9cdb166e))
9+
310
## [3.3.8](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.3.7...momoa-js-v3.3.8) (2025-02-24)
411

512

js/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@humanwhocodes/momoa",
3-
"version": "3.3.8",
3+
"version": "3.3.9",
44
"description": "JSON AST parser, tokenizer, printer, traverser.",
55
"author": "Nicholas C. Zakas",
66
"type": "module",

rust/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.2.5](https://github.com/humanwhocodes/momoa/compare/momoa-rs-v3.2.4...momoa-rs-v3.2.5) (2025-07-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update rust crate serde to v1.0.219 ([#186](https://github.com/humanwhocodes/momoa/issues/186)) ([ce4f6ff](https://github.com/humanwhocodes/momoa/commit/ce4f6ffd5af68cf1a778e460333c97a139e618a1))
9+
* document start/end inconsistency to include trailing whitespace ([#191](https://github.com/humanwhocodes/momoa/issues/191)) ([aaa77ed](https://github.com/humanwhocodes/momoa/commit/aaa77ed10e3e27c6d051ac6cde066dfd9cdb166e))
10+
311
## [3.2.4](https://github.com/humanwhocodes/momoa/compare/momoa-rs-v3.2.3...momoa-rs-v3.2.4) (2025-02-21)
412

513

rust/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "momoa"
3-
version = "3.2.4"
3+
version = "3.2.5"
44
description = "A JSON parsing library suitable for static analysis"
55
authors = ["Nicholas C. Zakas"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)