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": {