From 7f6d347c1e0a06e1d4af738ca19397f0a0ade0fe Mon Sep 17 00:00:00 2001 From: frostebite Date: Tue, 18 Aug 2026 20:59:28 +0100 Subject: [PATCH] chore: bump version to 0.1.9 for the game-ci test --docker feature (#95) Real gap found while converting unity-test-runner to a thin wrapper: cliVersion=latest resolves to whatever GitHub Release is marked latest, not main - #95 merged to main but no release was ever cut for it, so every consumer defaulting to "latest" was still getting v0.1.8's binary, which has no --docker/--local flags on `test` at all (confirmed via a real CI run: yargs reported them as unknown arguments). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c357502..93b027d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@game-ci/cli", - "version": "0.1.8", + "version": "0.1.9", "description": "GameCI CLI - automation for game engines", "type": "module", "main": "src/index.ts",