From e1204800087ac3a700aabdec8fbb8d486a46e7eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 22:18:44 +0000 Subject: [PATCH] chore: release main --- .github/.release-please-manifest.json | 4 ++-- CHANGELOG.md | 7 +++++++ package.json | 2 +- plugins/compound-engineering/.claude-plugin/plugin.json | 2 +- plugins/compound-engineering/.codex-plugin/plugin.json | 2 +- plugins/compound-engineering/.cursor-plugin/plugin.json | 2 +- plugins/compound-engineering/CHANGELOG.md | 7 +++++++ 7 files changed, 20 insertions(+), 6 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index b378f7009..b3d9605d4 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,6 +1,6 @@ { - ".": "3.7.2", - "plugins/compound-engineering": "3.7.2", + ".": "3.7.3", + "plugins/compound-engineering": "3.7.3", "plugins/coding-tutor": "1.3.0", ".claude-plugin": "1.0.2", ".cursor-plugin": "1.0.1" diff --git a/CHANGELOG.md b/CHANGELOG.md index 208fc87b9..89162879f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.7.3](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v3.7.2...cli-v3.7.3) (2026-05-08) + + +### Bug Fixes + +* **ce-resolve-pr-feedback:** paginate GraphQL connections ([#807](https://github.com/EveryInc/compound-engineering-plugin/issues/807)) ([07a6d52](https://github.com/EveryInc/compound-engineering-plugin/commit/07a6d52879ed715e179ff11daaee47e02bc6ecc9)) + ## [3.7.2](https://github.com/EveryInc/compound-engineering-plugin/compare/cli-v3.7.1...cli-v3.7.2) (2026-05-08) diff --git a/package.json b/package.json index f0fbf5f9c..f80453a52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@every-env/compound-plugin", - "version": "3.7.2", + "version": "3.7.3", "description": "Official Compound Engineering plugin for Claude Code, Codex, and more", "type": "module", "private": false, diff --git a/plugins/compound-engineering/.claude-plugin/plugin.json b/plugins/compound-engineering/.claude-plugin/plugin.json index 99373eb37..2906145e0 100644 --- a/plugins/compound-engineering/.claude-plugin/plugin.json +++ b/plugins/compound-engineering/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "compound-engineering", - "version": "3.7.2", + "version": "3.7.3", "description": "AI-powered development tools for code review, research, design, and workflow automation.", "author": { "name": "Kieran Klaassen", diff --git a/plugins/compound-engineering/.codex-plugin/plugin.json b/plugins/compound-engineering/.codex-plugin/plugin.json index 9afa333c8..876cac4fd 100644 --- a/plugins/compound-engineering/.codex-plugin/plugin.json +++ b/plugins/compound-engineering/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "compound-engineering", - "version": "3.7.2", + "version": "3.7.3", "description": "AI-powered development tools for code review, research, design, and workflow automation.", "author": { "name": "Kieran Klaassen", diff --git a/plugins/compound-engineering/.cursor-plugin/plugin.json b/plugins/compound-engineering/.cursor-plugin/plugin.json index 78ca2d2b0..72f300a0b 100644 --- a/plugins/compound-engineering/.cursor-plugin/plugin.json +++ b/plugins/compound-engineering/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "compound-engineering", "displayName": "Compound Engineering", - "version": "3.7.2", + "version": "3.7.3", "description": "AI-powered development tools for code review, research, design, and workflow automation.", "author": { "name": "Kieran Klaassen", diff --git a/plugins/compound-engineering/CHANGELOG.md b/plugins/compound-engineering/CHANGELOG.md index 2bb2353f3..3f5bbad72 100644 --- a/plugins/compound-engineering/CHANGELOG.md +++ b/plugins/compound-engineering/CHANGELOG.md @@ -9,6 +9,13 @@ All notable changes to the compound-engineering plugin will be documented in thi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.7.3](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v3.7.2...compound-engineering-v3.7.3) (2026-05-08) + + +### Bug Fixes + +* **ce-resolve-pr-feedback:** paginate GraphQL connections ([#807](https://github.com/EveryInc/compound-engineering-plugin/issues/807)) ([07a6d52](https://github.com/EveryInc/compound-engineering-plugin/commit/07a6d52879ed715e179ff11daaee47e02bc6ecc9)) + ## [3.7.2](https://github.com/EveryInc/compound-engineering-plugin/compare/compound-engineering-v3.7.1...compound-engineering-v3.7.2) (2026-05-08)