diff --git a/.changeset/chubby-regions-dress.md b/.changeset/chubby-regions-dress.md deleted file mode 100644 index 044fee1a..00000000 --- a/.changeset/chubby-regions-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/js-x-ray": minor ---- - -feat: follow CallExpression chain diff --git a/.changeset/quiet-otters-listen.md b/.changeset/quiet-otters-listen.md deleted file mode 100644 index 158f5f66..00000000 --- a/.changeset/quiet-otters-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/js-x-ray": minor ---- - -feat(tracer): resolve identifiers assigned an object literal, so `log-usage` detects `pino()`/`winston.createLogger()` config passed via a variable instead of only inline diff --git a/.changeset/shiny-melons-battle.md b/.changeset/shiny-melons-battle.md deleted file mode 100644 index 98ac2ec4..00000000 --- a/.changeset/shiny-melons-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/js-x-ray": patch ---- - -refactor probes to extract helper functions diff --git a/workspaces/js-x-ray/CHANGELOG.md b/workspaces/js-x-ray/CHANGELOG.md index 5e347658..be889df3 100644 --- a/workspaces/js-x-ray/CHANGELOG.md +++ b/workspaces/js-x-ray/CHANGELOG.md @@ -1,5 +1,17 @@ # @nodesecure/js-x-ray +## 16.1.0 + +### Minor Changes + +- [#685](https://github.com/NodeSecure/js-x-ray/pull/685) [`19202ec`](https://github.com/NodeSecure/js-x-ray/commit/19202ecc45aaa3cfd72510f2557778ff0d722d59) Thanks [@clemgbld](https://github.com/clemgbld)! - feat: follow CallExpression chain + +- [#689](https://github.com/NodeSecure/js-x-ray/pull/689) [`54a7dff`](https://github.com/NodeSecure/js-x-ray/commit/54a7dffd5b4b4afdcb36ab4d3d1f2d3d608d6f98) Thanks [@Edneam](https://github.com/Edneam)! - feat(tracer): resolve identifiers assigned an object literal, so `log-usage` detects `pino()`/`winston.createLogger()` config passed via a variable instead of only inline + +### Patch Changes + +- [#701](https://github.com/NodeSecure/js-x-ray/pull/701) [`669146a`](https://github.com/NodeSecure/js-x-ray/commit/669146a747fe0da1b7c4aaa485edb1f8e64558e1) Thanks [@ErwanRaulo](https://github.com/ErwanRaulo)! - refactor probes to extract helper functions + ## 16.0.0 ### Major Changes diff --git a/workspaces/js-x-ray/package.json b/workspaces/js-x-ray/package.json index ff61054a..985425be 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": "16.0.0", + "version": "16.1.0", "description": "JavaScript AST XRay analysis", "type": "module", "exports": {