diff --git a/.changeset/forty-waves-jog.md b/.changeset/forty-waves-jog.md deleted file mode 100644 index 941b3233..00000000 --- a/.changeset/forty-waves-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/scanner": minor ---- - -feat(scanner): add npm token based on registry for sdk calls diff --git a/.changeset/large-emus-taste.md b/.changeset/large-emus-taste.md deleted file mode 100644 index 252d076e..00000000 --- a/.changeset/large-emus-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/scanner": minor ---- - -Improve type-squatting global-warning by removing it on remote scan and also when there is to much similar packages diff --git a/workspaces/scanner/CHANGELOG.md b/workspaces/scanner/CHANGELOG.md index 3ad8cc55..27377f81 100644 --- a/workspaces/scanner/CHANGELOG.md +++ b/workspaces/scanner/CHANGELOG.md @@ -1,5 +1,13 @@ # @nodesecure/scanner +## 7.2.0 + +### Minor Changes + +- [#544](https://github.com/NodeSecure/scanner/pull/544) [`281c720`](https://github.com/NodeSecure/scanner/commit/281c72081f9ce767cf6cfc4e3ff0faca9c5bcb53) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(scanner): add npm token based on registry for sdk calls + +- [#542](https://github.com/NodeSecure/scanner/pull/542) [`49c5bbb`](https://github.com/NodeSecure/scanner/commit/49c5bbb71fc3cf2cc15f48856e67ec901ba31eb8) Thanks [@fraxken](https://github.com/fraxken)! - Improve type-squatting global-warning by removing it on remote scan and also when there is to much similar packages + ## 7.1.0 ### Minor Changes diff --git a/workspaces/scanner/package.json b/workspaces/scanner/package.json index 81aa9555..e210fe87 100644 --- a/workspaces/scanner/package.json +++ b/workspaces/scanner/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/scanner", - "version": "7.1.0", + "version": "7.2.0", "description": "A package API to run a static analysis of your module's dependencies.", "type": "module", "exports": "./dist/index.js",