diff --git a/.changeset/curvy-clouds-drive.md b/.changeset/curvy-clouds-drive.md deleted file mode 100644 index 6c09cc8d..00000000 --- a/.changeset/curvy-clouds-drive.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@nodesecure/contact": minor -"@nodesecure/scanner": minor ---- - -feat(scanner): add highlighted packages and contacts extractors diff --git a/workspaces/contact/CHANGELOG.md b/workspaces/contact/CHANGELOG.md index f44088de..923c6d48 100644 --- a/workspaces/contact/CHANGELOG.md +++ b/workspaces/contact/CHANGELOG.md @@ -1,5 +1,11 @@ # @nodesecure/contact +## 3.2.0 + +### Minor Changes + +- [#718](https://github.com/NodeSecure/scanner/pull/718) [`022dd83`](https://github.com/NodeSecure/scanner/commit/022dd83fe50b930dc23d0ed809f3a2fa00e61b21) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(scanner): add highlighted packages and contacts extractors + ## 3.1.0 ### Minor Changes diff --git a/workspaces/contact/package.json b/workspaces/contact/package.json index 3f436c00..af88cce0 100644 --- a/workspaces/contact/package.json +++ b/workspaces/contact/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/contact", - "version": "3.1.0", + "version": "3.2.0", "description": "Utilities to extract/fetch data on NPM contacts (author, maintainers ..)", "type": "module", "exports": "./dist/index.js", diff --git a/workspaces/scanner/CHANGELOG.md b/workspaces/scanner/CHANGELOG.md index 1c6dbf8a..6b6e2847 100644 --- a/workspaces/scanner/CHANGELOG.md +++ b/workspaces/scanner/CHANGELOG.md @@ -1,5 +1,16 @@ # @nodesecure/scanner +## 10.12.0 + +### Minor Changes + +- [#718](https://github.com/NodeSecure/scanner/pull/718) [`022dd83`](https://github.com/NodeSecure/scanner/commit/022dd83fe50b930dc23d0ed809f3a2fa00e61b21) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(scanner): add highlighted packages and contacts extractors + +### Patch Changes + +- Updated dependencies [[`022dd83`](https://github.com/NodeSecure/scanner/commit/022dd83fe50b930dc23d0ed809f3a2fa00e61b21)]: + - @nodesecure/contact@3.2.0 + ## 10.11.0 ### Minor Changes diff --git a/workspaces/scanner/package.json b/workspaces/scanner/package.json index de08ea1a..2df5ff59 100644 --- a/workspaces/scanner/package.json +++ b/workspaces/scanner/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/scanner", - "version": "10.11.0", + "version": "10.12.0", "description": "A package API to run a static analysis of your module's dependencies.", "type": "module", "exports": { @@ -65,7 +65,7 @@ "dependencies": { "@fastify/deepmerge": "^3.1.0", "@nodesecure/conformance": "^1.2.1", - "@nodesecure/contact": "^3.0.0", + "@nodesecure/contact": "^3.2.0", "@nodesecure/flags": "^3.0.3", "@nodesecure/i18n": "^4.1.0", "@nodesecure/js-x-ray": "15.1.0",