diff --git a/.changeset/upset-socks-clean.md b/.changeset/upset-socks-clean.md deleted file mode 100644 index 1216f918..00000000 --- a/.changeset/upset-socks-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/contact": minor ---- - -Expose NsResolver class and add API documentation diff --git a/workspaces/contact/CHANGELOG.md b/workspaces/contact/CHANGELOG.md index b925fdea..f44088de 100644 --- a/workspaces/contact/CHANGELOG.md +++ b/workspaces/contact/CHANGELOG.md @@ -1,5 +1,11 @@ # @nodesecure/contact +## 3.1.0 + +### Minor Changes + +- [#650](https://github.com/NodeSecure/scanner/pull/650) [`88675a6`](https://github.com/NodeSecure/scanner/commit/88675a6252760a64036818b6da51903ba374c9b1) Thanks [@fraxken](https://github.com/fraxken)! - Expose NsResolver class and add API documentation + ## 3.0.0 ### Major Changes diff --git a/workspaces/contact/package.json b/workspaces/contact/package.json index 2be58e3e..7cb27ecb 100644 --- a/workspaces/contact/package.json +++ b/workspaces/contact/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/contact", - "version": "3.0.0", + "version": "3.1.0", "description": "Utilities to extract/fetch data on NPM contacts (author, maintainers ..)", "type": "module", "exports": "./dist/index.js",