From 4e2e78520a4db3862605f88fbe5e17ba99507183 Mon Sep 17 00:00:00 2001 From: frostebite Date: Fri, 14 Aug 2026 20:36:31 +0100 Subject: [PATCH] chore: bump version to 0.1.5 for the NoTarget image-tag and shm-size fixes (#81, #82) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c2cd006..1690920c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@game-ci/cli", - "version": "0.1.4", + "version": "0.1.5", "description": "GameCI CLI - automation for game engines", "type": "module", "main": "src/index.ts",