From e66bf29cd6a1f8e527fe3cf2ecd4ce5597a3adcb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 12:18:28 +0000 Subject: [PATCH] chore: update versions --- .changeset/clean-shirts-repeat.md | 5 ----- workspaces/js-x-ray/CHANGELOG.md | 6 ++++++ workspaces/js-x-ray/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/clean-shirts-repeat.md diff --git a/.changeset/clean-shirts-repeat.md b/.changeset/clean-shirts-repeat.md deleted file mode 100644 index 2e6b893d..00000000 --- a/.changeset/clean-shirts-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/js-x-ray": patch ---- - -Normalize experimental property in warnings diff --git a/workspaces/js-x-ray/CHANGELOG.md b/workspaces/js-x-ray/CHANGELOG.md index 8e369487..26302f26 100644 --- a/workspaces/js-x-ray/CHANGELOG.md +++ b/workspaces/js-x-ray/CHANGELOG.md @@ -1,5 +1,11 @@ # @nodesecure/js-x-ray +## 10.2.1 + +### Patch Changes + +- [#417](https://github.com/NodeSecure/js-x-ray/pull/417) [`8125cfb`](https://github.com/NodeSecure/js-x-ray/commit/8125cfb12a4f99136246562e35e5d55947674426) Thanks [@fraxken](https://github.com/fraxken)! - Normalize experimental property in warnings + ## 10.2.0 ### Minor Changes diff --git a/workspaces/js-x-ray/package.json b/workspaces/js-x-ray/package.json index afafdf36..ef42a388 100644 --- a/workspaces/js-x-ray/package.json +++ b/workspaces/js-x-ray/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/js-x-ray", - "version": "10.2.0", + "version": "10.2.1", "description": "JavaScript AST XRay analysis", "type": "module", "exports": {