From 08886a24fce1a9838fe46a5afa78eb504b599189 Mon Sep 17 00:00:00 2001 From: frostebite Date: Tue, 18 Aug 2026 21:12:39 +0100 Subject: [PATCH] chore: bump version to 0.1.10 for the test.sh eval/array bug fix (#97) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93b027d9..20ee1c5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@game-ci/cli", - "version": "0.1.9", + "version": "0.1.10", "description": "GameCI CLI - automation for game engines", "type": "module", "main": "src/index.ts",