diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aab558..9838a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ This project follows a simple changelog format inspired by [Keep a Changelog](ht ## [Unreleased] +## [0.1.4] - 2026-05-11 + +### Fixed + +- Fixed CI test expectations after expanding the documented `core` and `full` tool profiles. +- Aligned the latest release line with the current tested `main` branch state. + ## [0.1.3] - 2026-05-11 ### Added diff --git a/package.json b/package.json index 0c8e5a7..67a72c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "funplay-cocos-mcp", "package_version": 2, - "version": "0.1.3", + "version": "0.1.4", "description": "Embedded MCP server for Cocos Creator with scene script execution, project resources, prompts, and file/scene tools.", "author": "Funplay", "license": "MIT",