Skip to content

Commit

Permalink
chore(main): release audit 1.56.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidobo committed Oct 24, 2023
1 parent a7fecbc commit 80cddb7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.56.0"
".": "1.56.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.56.1](https://github.com/sandworm-hq/sandworm-audit/compare/audit-v1.56.0...audit-v1.56.1) (2023-10-24)


### Bug Fixes

* crash when skipping tree svg output ([c4097d5](https://github.com/sandworm-hq/sandworm-audit/commit/c4097d5ba244521a695de9ae1428bc8d480d774f))
* limit pathfinding to depth 9 ([a7fecbc](https://github.com/sandworm-hq/sandworm-audit/commit/a7fecbceb09534415755c16e0aadb06a83972bb9))

## [1.56.0](https://github.com/sandworm-hq/sandworm-audit/compare/audit-v1.55.2...audit-v1.56.0) (2023-10-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sandworm/audit",
"version": "1.56.0",
"version": "1.56.1",
"description": "Security & License Compliance For Your App's Dependencies 🪱",
"main": "src/index.js",
"bin": {
Expand Down

0 comments on commit 80cddb7

Please sign in to comment.