From 98875e27c7fc462f1a93195441bd535b811e8bb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:55:27 -0500 Subject: [PATCH] chore: release main (#157) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- js/CHANGELOG.md | 7 +++++++ js/package-lock.json | 4 ++-- js/package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 45295f7..9a959e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "js": "3.3.2", + "js": "3.3.3", "rust": "3.2.2" } diff --git a/js/CHANGELOG.md b/js/CHANGELOG.md index e36a322..dccc3a4 100644 --- a/js/CHANGELOG.md +++ b/js/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.3](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.3.2...momoa-js-v3.3.3) (2024-11-06) + + +### Bug Fixes + +* Ensure numeric property keys are a syntax error ([#156](https://github.com/humanwhocodes/momoa/issues/156)) ([8c6b9c3](https://github.com/humanwhocodes/momoa/commit/8c6b9c33758af7137c43f7784c212364951e2528)), closes [#154](https://github.com/humanwhocodes/momoa/issues/154) + ## [3.3.2](https://github.com/humanwhocodes/momoa/compare/momoa-js-v3.3.1...momoa-js-v3.3.2) (2024-11-05) diff --git a/js/package-lock.json b/js/package-lock.json index 4afadf7..7801a25 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,12 +1,12 @@ { "name": "@humanwhocodes/momoa", - "version": "3.3.2", + "version": "3.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@humanwhocodes/momoa", - "version": "3.3.2", + "version": "3.3.3", "license": "Apache-2.0", "devDependencies": { "beautify-benchmark": "0.2.4", diff --git a/js/package.json b/js/package.json index 508a4f4..42f66e2 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "@humanwhocodes/momoa", - "version": "3.3.2", + "version": "3.3.3", "description": "JSON AST parser, tokenizer, printer, traverser.", "author": "Nicholas C. Zakas", "type": "module",