diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 179810c..f5b6ad3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "js": "3.0.2", + "js": "3.0.3", "rust": "3.0.1" } diff --git a/js/CHANGELOG.md b/js/CHANGELOG.md index 788c34e..e3fbfa9 100644 --- a/js/CHANGELOG.md +++ b/js/CHANGELOG.md @@ -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) diff --git a/js/package-lock.json b/js/package-lock.json index e3bf8bb..75d8643 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,12 +1,12 @@ { "name": "@humanwhocodes/momoa", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@humanwhocodes/momoa", - "version": "3.0.2", + "version": "3.0.3", "license": "Apache-2.0", "devDependencies": { "beautify-benchmark": "0.2.4", diff --git a/js/package.json b/js/package.json index aac7e7f..c747d76 100644 --- a/js/package.json +++ b/js/package.json @@ -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",