Skip to content

Commit

Permalink
chore: release main (#89)
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 Jun 19, 2024
1 parent e776d8d commit 195c5e7
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.0.2",
"js": "3.0.3",
"rust": "3.0.1"
}
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.0.3](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.0.2...momoa-js-v3.0.3) (2024-06-19)


### Bug Fixes

* Parsing of incomplete object should throw unexpected EOF error ([b661d79](https://github.com/humanwhocodes/momoa/commit/b661d79b19ba1b36e952fbc80f378ec8d2bfdd44))
* Type definitions ([9c41c91](https://github.com/humanwhocodes/momoa/commit/9c41c917b9091a8d1cab7835c21fbf98b0c1b065))

## [3.0.2](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.0.1...momoa-js-v3.0.2) (2024-04-18)


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

0 comments on commit 195c5e7

Please sign in to comment.