From e225215fbb6edddd44d706803f98ea2ecdddc1ed Mon Sep 17 00:00:00 2001 From: pauldambra Date: Sun, 26 Apr 2026 09:02:54 +0100 Subject: [PATCH] 1.2.0 Adds the auto-included `actor_type` property and brings in the node 24 runtime + axios bump that landed since v1.1.1. No breaking changes. Generated-By: PostHog Code Task-Id: 1bd4387c-09c0-4bac-ad89-29fef1f0260b --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ad8340d..2fcf242 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-github-action", - "version": "1.1.0", + "version": "1.2.0", "description": "Send events to PostHog from GitHub Actions", "main": "index.js", "scripts": {