Skip to content
Merged

1.1.0 #200

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/YoYoGames/gm-cli"
},
"type": "module",
"version": "1.0.4",
"version": "1.1.0",
"files": [
"dist",
"NOTICE"
Expand Down
Loading