diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5a86c09..7e66027 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.53.1" + ".": "1.54.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e79443b..3a4d766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.54.0](https://github.com/sandworm-hq/sandworm-audit/compare/audit-v1.53.1...audit-v1.54.0) (2023-09-26) + + +### Features + +* package type target config for resolve cli ([fd651c3](https://github.com/sandworm-hq/sandworm-audit/commit/fd651c30b1f6450c898efdb70d035c09ce20a6e9)) + + +### Bug Fixes + +* package type selection for mixed directories ([84ce307](https://github.com/sandworm-hq/sandworm-audit/commit/84ce3075fc0a58072782489923f431c29c8c618c)) + ## [1.53.1](https://github.com/sandworm-hq/sandworm-audit/compare/audit-v1.53.0...audit-v1.53.1) (2023-09-15) diff --git a/package.json b/package.json index cd2a1c9..3be4814 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sandworm/audit", - "version": "1.53.1", + "version": "1.54.0", "description": "Security & License Compliance For Your App's Dependencies 🪱", "main": "src/index.js", "bin": {