From 6e22634f5c6ce50f687b8a76769b4cdff470b396 Mon Sep 17 00:00:00 2001 From: Eli Adelhult Date: Thu, 7 May 2026 13:39:27 +0200 Subject: [PATCH] 1.1.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..70edc56 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +# 1.1.0 + +- New feature: `gm-cli gxgames`. Upload and publish your games to gx.games directly from the terminal. +- Rename the _ResourceTool MCP server_ to a more descriptive name (`gamemaker-resource-too`) when scaffolding AI config files in `gm-cli init`. diff --git a/package.json b/package.json index 8ea1952..a1d18b9 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/YoYoGames/gm-cli" }, "type": "module", - "version": "1.0.4", + "version": "1.1.0", "files": [ "dist", "NOTICE"