Skip to content

Commit

Permalink
chore: release main (#166)
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 Dec 5, 2024
1 parent 5a316ec commit a0b3e37
Show file tree
Hide file tree
Showing 4 changed files with 12 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.4",
"js": "3.3.5",
"rust": "3.2.3"
}
8 changes: 8 additions & 0 deletions js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.3.5](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.3.4...momoa-js-v3.3.5) (2024-12-05)


### Bug Fixes

* Interpreting unicode escape sequences in IDs allow uppercase ([ef50a89](https://github.com/humanwhocodes/momoa/commit/ef50a897908ef1b8673f7a298646f356043529ba))
* Validate identifiers with unicode escapes ([d758179](https://github.com/humanwhocodes/momoa/commit/d75817970daf5149973f227d5dc1d6c351dc1c99))

## [3.3.4](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.3.3...momoa-js-v3.3.4) (2024-12-03)


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.4",
"version": "3.3.5",
"description": "JSON AST parser, tokenizer, printer, traverser.",
"author": "Nicholas C. Zakas",
"type": "module",
Expand Down

0 comments on commit a0b3e37

Please sign in to comment.