Skip to content

Commit

Permalink
chore: release main (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 6, 2024
1 parent 8c6b9c3 commit 98875e2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"js": "3.3.2",
"js": "3.3.3",
"rust": "3.2.2"
}
7 changes: 7 additions & 0 deletions js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.3.3](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.3.2...momoa-js-v3.3.3) (2024-11-06)


### Bug Fixes

* Ensure numeric property keys are a syntax error ([#156](https://github.com/humanwhocodes/momoa/issues/156)) ([8c6b9c3](https://github.com/humanwhocodes/momoa/commit/8c6b9c33758af7137c43f7784c212364951e2528)), closes [#154](https://github.com/humanwhocodes/momoa/issues/154)

## [3.3.2](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.3.1...momoa-js-v3.3.2) (2024-11-05)


Expand Down
4 changes: 2 additions & 2 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humanwhocodes/momoa",
"version": "3.3.2",
"version": "3.3.3",
"description": "JSON AST parser, tokenizer, printer, traverser.",
"author": "Nicholas C. Zakas",
"type": "module",
Expand Down

0 comments on commit 98875e2

Please sign in to comment.