diff --git a/.changeset/bright-insects-cough.md b/.changeset/bright-insects-cough.md deleted file mode 100644 index 59196531..00000000 --- a/.changeset/bright-insects-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/scanner": minor ---- - -refactor(TempDirectory): use Symbol.asyncDispose for automatic async cleanup diff --git a/.changeset/fast-eagles-go.md b/.changeset/fast-eagles-go.md deleted file mode 100644 index 78543410..00000000 --- a/.changeset/fast-eagles-go.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -"@nodesecure/scanner": minor ---- -refactor(scanner): remove useless try finally surrounding extractAndResolve in verify \ No newline at end of file diff --git a/workspaces/scanner/CHANGELOG.md b/workspaces/scanner/CHANGELOG.md index 9c290ed1..305c939b 100644 --- a/workspaces/scanner/CHANGELOG.md +++ b/workspaces/scanner/CHANGELOG.md @@ -1,5 +1,13 @@ # @nodesecure/scanner +## 6.10.0 + +### Minor Changes + +- [#461](https://github.com/NodeSecure/scanner/pull/461) [`c94285f`](https://github.com/NodeSecure/scanner/commit/c94285f5b28d5b0d71398617d90578d547831ec7) Thanks [@clemgbld](https://github.com/clemgbld)! - refactor(TempDirectory): use Symbol.asyncDispose for automatic async cleanup + +- [#464](https://github.com/NodeSecure/scanner/pull/464) [`ec55ce9`](https://github.com/NodeSecure/scanner/commit/ec55ce9ff4263c3b2e41b11af6f5c84461ac8631) Thanks [@clemgbld](https://github.com/clemgbld)! - refactor(scanner): remove useless try finally surrounding extractAndResolve in verify + ## 6.9.0 ### Minor Changes diff --git a/workspaces/scanner/package.json b/workspaces/scanner/package.json index 3730d207..ef9c96cb 100644 --- a/workspaces/scanner/package.json +++ b/workspaces/scanner/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/scanner", - "version": "6.9.0", + "version": "6.10.0", "description": "A package API to run a static analysis of your module's dependencies.", "type": "module", "exports": "./dist/index.js",