[object Object]

← back to Cli Printing Press

chore(main): release 4.2.2 (#840)

26442897c8d5c80b7d52595734d5f4d2447d4484 · 2026-05-09 15:44:30 -0700 · Matt Van Horn

Files touched

Diff

commit 26442897c8d5c80b7d52595734d5f4d2447d4484
Author: Matt Van Horn <mvanhorn@users.noreply.github.com>
Date:   Sat May 9 15:44:30 2026 -0700

    chore(main): release 4.2.2 (#840)
---
 .claude-plugin/plugin.json    |  2 +-
 .release-please-manifest.json |  2 +-
 CHANGELOG.md                  | 11 +++++++++++
 internal/version/version.go   |  2 +-
 4 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json
index 2d20fc5b..01ab9c8b 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
 {
   "name": "cli-printing-press",
-  "version": "4.2.1",
+  "version": "4.2.2",
   "description": "Generate production Go CLIs from API descriptions or OpenAPI specs",
   "repository": "mvanhorn/cli-printing-press"
 }
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 3d3c5268..132ec753 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-  ".": "4.2.1"
+  ".": "4.2.2"
 }
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93447168..b41fd617 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
 # Changelog
 
+## [4.2.2](https://github.com/mvanhorn/cli-printing-press/compare/v4.2.1...v4.2.2) (2026-05-09)
+
+
+### Bug Fixes
+
+* **cli:** default Surf browser transport to h2 ([#850](https://github.com/mvanhorn/cli-printing-press/issues/850)) ([9f2a4ef](https://github.com/mvanhorn/cli-printing-press/commit/9f2a4efef0c6d912d726d348ebc06af5c63c11f3))
+* **cli:** preserve manifest fields during dogfood sync ([#844](https://github.com/mvanhorn/cli-printing-press/issues/844)) ([2d9a304](https://github.com/mvanhorn/cli-printing-press/commit/2d9a304a509f427226d08cbf567f0a7aea5c5df3))
+* **cli:** preserve operation server host overrides ([#834](https://github.com/mvanhorn/cli-printing-press/issues/834)) ([1c0d110](https://github.com/mvanhorn/cli-printing-press/commit/1c0d110bb6ef79822ed226d6e961682d27b03c0a))
+* **generator:** scope caches by auth identity ([#853](https://github.com/mvanhorn/cli-printing-press/issues/853)) ([1a8f68e](https://github.com/mvanhorn/cli-printing-press/commit/1a8f68eeb91a433554c3ef781de4382ee3d82671))
+* **skills:** correct update preflight compatibility ([#854](https://github.com/mvanhorn/cli-printing-press/issues/854)) ([4b29a63](https://github.com/mvanhorn/cli-printing-press/commit/4b29a634250a80f9c80bc2d91a69d72dd71291cd))
+
 ## [4.2.1](https://github.com/mvanhorn/cli-printing-press/compare/v4.2.0...v4.2.1) (2026-05-09)
 
 
diff --git a/internal/version/version.go b/internal/version/version.go
index 5879cd6b..c32eca9e 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -8,7 +8,7 @@ import (
 
 // Version is the current printing-press version. It is set at build time
 // via ldflags for tagged releases, or falls back to the hardcoded value.
-var Version = "4.2.1" // x-release-please-version
+var Version = "4.2.2" // x-release-please-version
 
 // pseudoVersionSuffix matches the trailing `yyyymmddhhmmss-abcdefabcdef`
 // (14-digit timestamp + 12-char commit hash) shared by every Go pseudo-version

← 4b29a634 fix(skills): correct update preflight compatibility (#854)  ·  back to Cli Printing Press  ·  chore(ci): speed up PR checks via shard split + lighter lint 534c24ad →