From 5393d3dab46d0715bb12380e4da66eb7ad33515c Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Sun, 12 Apr 2026 19:51:18 +0000 Subject: [PATCH] bump action version to 0.0.198. prepare the action package for the next publish with the ESM export/build updates already merged. Made-with: Cursor --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da8750f..84f5c88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pullfrog", - "version": "0.0.197", + "version": "0.0.198", "type": "module", "bin": { "pullfrog": "dist/cli.mjs",