From 62b0cf458b73983e776e2abfc76f785e4cf07a16 Mon Sep 17 00:00:00 2001 From: "contextbridge-pr-automation[bot]" <259134118+contextbridge-pr-automation[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 19:02:02 +0000 Subject: [PATCH] chore(main): release 0.2.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af55ef0..949ce4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db6bf6..a51b99c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/contextbridge/patchwave-analysis/compare/v0.2.1...v0.2.2) (2026-05-27) + + +### Bug Fixes + +* guard against commit author with no login ([#21](https://github.com/contextbridge/patchwave-analysis/issues/21)) ([75097bf](https://github.com/contextbridge/patchwave-analysis/commit/75097bfe5523ec79b0de9a4d7db40cd0a149bf80)) + ## [0.2.1](https://github.com/contextbridge/patchwave-analysis/compare/v0.2.0...v0.2.1) (2026-05-27) diff --git a/package.json b/package.json index 7db15a6..c664c42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "patchwave-analysis", - "version": "0.2.1", + "version": "0.2.2", "description": "Diagnostic CLI that measures Dependabot toil and CVE exposure across a GitHub org.", "type": "module", "bin": {