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"