From 20d4b125229550a37054ae4ceee9b7a886535210 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Fri, 8 May 2026 21:26:53 +0000 Subject: [PATCH] bump action version to 0.1.0 document direct-to-main exceptions in AGENTS.md (version bumps and other release-trigger commits when the user explicitly says "push to main"). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c88784..f55fcca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pullfrog", - "version": "0.0.205", + "version": "0.1.0", "type": "module", "bin": { "pullfrog": "dist/cli.mjs",