From cfa8ce781e09f3e909b09555c2585e03062ea66f Mon Sep 17 00:00:00 2001 From: victordrumond Date: Mon, 27 Jul 2026 11:48:38 -0300 Subject: [PATCH] chore(release): v4.22.0 --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 9d4f440..eeb8538 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "bkper-cli", "description": "Adds Bkper CLI guidance for safe Bkper data, reporting, app development, and accounting-support workflows in Claude Code.", - "version": "4.21.0", + "version": "4.22.0", "author": { "name": "Bkper", "email": "support@bkper.com", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index e3e015b..47f7d69 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "bkper-cli", - "version": "4.21.0", + "version": "4.22.0", "description": "Adds Bkper CLI guidance for safe Bkper data, reporting, app development, and accounting-support workflows in Codex.", "author": { "name": "Bkper", diff --git a/package.json b/package.json index 788f87f..e618f17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bkper", - "version": "4.21.0", + "version": "4.22.0", "description": "Command line client for Bkper", "bin": { "bkper": "./lib/cli.js"