diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..a915e8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 715f94c..d225e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/contextbridge/patchwave-analysis/compare/v0.1.0...v0.1.1) (2026-05-27) + + +### Bug Fixes + +* stop analyze.sh from hanging at interactive prompts ([#15](https://github.com/contextbridge/patchwave-analysis/issues/15)) ([e894145](https://github.com/contextbridge/patchwave-analysis/commit/e894145051a51d9ad266d3edfa24c255def09a73)) + ## [0.1.0](https://github.com/contextbridge/patchwave-analysis/compare/v0.0.1...v0.1.0) (2026-05-26) diff --git a/package.json b/package.json index be39822..7e27247 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "patchwave-analysis", - "version": "0.1.0", + "version": "0.1.1", "description": "Diagnostic CLI that measures Dependabot toil and CVE exposure across a GitHub org.", "type": "module", "bin": {