Skip to content

Commit 55d0ddd

Browse files
chore: update versions
1 parent ec55ce9 commit 55d0ddd

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

.changeset/bright-insects-cough.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fast-eagles-go.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

workspaces/scanner/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @nodesecure/scanner
22

3+
## 6.10.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- [#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
10+
311
## 6.9.0
412

513
### Minor Changes

workspaces/scanner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/scanner",
3-
"version": "6.9.0",
3+
"version": "6.10.0",
44
"description": "A package API to run a static analysis of your module's dependencies.",
55
"type": "module",
66
"exports": "./dist/index.js",

0 commit comments

Comments
 (0)