Skip to content

Commit 07592b1

Browse files
chore: release main (#193)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 43edc6f commit 07592b1

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"js": "3.3.9",
2+
"js": "3.3.10",
33
"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.10](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.3.9...momoa-js-v3.3.10) (2025-10-20)
4+
5+
6+
### Bug Fixes
7+
8+
* add missing `LocationRange` type export ([#197](https://github.com/humanwhocodes/momoa/issues/197)) ([9228a78](https://github.com/humanwhocodes/momoa/commit/9228a78c64bd84988888da9d5a0dc9f8a885e687))
9+
310
## [3.3.9](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.3.8...momoa-js-v3.3.9) (2025-07-29)
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.9",
3+
"version": "3.3.10",
44
"description": "JSON AST parser, tokenizer, printer, traverser.",
55
"author": "Nicholas C. Zakas",
66
"type": "module",

0 commit comments

Comments
 (0)