diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 949ce4c..0451499 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.2" + ".": "0.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a51b99c..c742098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.3](https://github.com/contextbridge/patchwave-analysis/compare/v0.2.2...v0.2.3) (2026-05-27) + + +### Bug Fixes + +* open the report automatically instead of prompting ([#24](https://github.com/contextbridge/patchwave-analysis/issues/24)) ([ba580d9](https://github.com/contextbridge/patchwave-analysis/commit/ba580d982d31e068c0782fdf3187dbe3e3c5ddaa)) +* type and validate GitHub responses against real schemas ([#23](https://github.com/contextbridge/patchwave-analysis/issues/23)) ([b00cde7](https://github.com/contextbridge/patchwave-analysis/commit/b00cde74ccadf202586f381f79c4750efee85293)) + ## [0.2.2](https://github.com/contextbridge/patchwave-analysis/compare/v0.2.1...v0.2.2) (2026-05-27) diff --git a/package.json b/package.json index 1ce14c8..5a8d673 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "patchwave-analysis", - "version": "0.2.2", + "version": "0.2.3", "description": "Diagnostic CLI that measures Dependabot toil and CVE exposure across a GitHub org.", "type": "module", "bin": {