Skip to content

Commit 30440e7

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

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.2.1",
2+
"js": "3.2.2",
33
"rust": "3.1.1"
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.2.2](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.2.1...momoa-js-v3.2.2) (2024-10-04)
4+
5+
6+
### Bug Fixes
7+
8+
* Incremental lexing ([#132](https://github.com/humanwhocodes/momoa/issues/132)) ([cbf2cae](https://github.com/humanwhocodes/momoa/commit/cbf2cae4a54f7232c36ab341ec7064c1f709182d))
9+
310
## [3.2.1](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.2.0...momoa-js-v3.2.1) (2024-09-06)
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.2.1",
3+
"version": "3.2.2",
44
"description": "JSON AST parser, tokenizer, printer, traverser.",
55
"author": "Nicholas C. Zakas",
66
"type": "module",

0 commit comments

Comments
 (0)