diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2307bc6..4d14a67 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.38.1" + ".": "1.39.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c5164..5341b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.39.0](https://github.com/sandworm-hq/sandworm-audit/compare/audit-v1.38.1...audit-v1.39.0) (2023-05-03) + + +### Features + +* add audit configuration info to json report ([9faf902](https://github.com/sandworm-hq/sandworm-audit/commit/9faf9020c17a546f81e0dc7039a79bcaa1c9d3b8)) +* configs to skip license/meta issue checks ([eb5064c](https://github.com/sandworm-hq/sandworm-audit/commit/eb5064ccdeb464eebaa4df3f865ff545fb67b271)) + ## [1.38.1](https://github.com/sandworm-hq/sandworm-audit/compare/audit-v1.38.0...audit-v1.38.1) (2023-04-27) diff --git a/package.json b/package.json index 2712f96..0422cdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sandworm/audit", - "version": "1.38.1", + "version": "1.39.0", "description": "Security & License Compliance For Your App's Dependencies 🪱", "main": "src/index.js", "bin": {