Skip to content

Commit a0b3e37

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

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-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.4",
2+
"js": "3.3.5",
33
"rust": "3.2.3"
44
}

js/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.3.5](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.3.4...momoa-js-v3.3.5) (2024-12-05)
4+
5+
6+
### Bug Fixes
7+
8+
* Interpreting unicode escape sequences in IDs allow uppercase ([ef50a89](https://github.com/humanwhocodes/momoa/commit/ef50a897908ef1b8673f7a298646f356043529ba))
9+
* Validate identifiers with unicode escapes ([d758179](https://github.com/humanwhocodes/momoa/commit/d75817970daf5149973f227d5dc1d6c351dc1c99))
10+
311
## [3.3.4](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.3.3...momoa-js-v3.3.4) (2024-12-03)
412

513

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

0 commit comments

Comments
 (0)