Skip to content

Commit 309489c

Browse files
chore: update versions (#568)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1e2d654 commit 309489c

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/afraid-snails-smash.md

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

.changeset/calm-beers-design.md

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

workspaces/scanner/CHANGELOG.md

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

3+
## 8.1.0
4+
5+
### Minor Changes
6+
7+
- [#569](https://github.com/NodeSecure/scanner/pull/569) [`1e2d654`](https://github.com/NodeSecure/scanner/commit/1e2d65444ee29436051e3543e258b8f335361e66) Thanks [@fraxken](https://github.com/fraxken)! - Add a standalone export for extractors (for usage such as web imports)
8+
9+
### Patch Changes
10+
11+
- [#567](https://github.com/NodeSecure/scanner/pull/567) [`8a7d42b`](https://github.com/NodeSecure/scanner/commit/8a7d42bd8132e4922d7743677591c1ac13e22c7a) Thanks [@fraxken](https://github.com/fraxken)! - Fix an issue with the monorepo build command. Now each workspace build script is executed in CI and before publishing.
12+
313
## 8.0.0
414

515
### Major 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": "8.0.0",
3+
"version": "8.1.0",
44
"description": "A package API to run a static analysis of your module's dependencies.",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)