From e01f058e3eaff202188da6c8a93db7522bead024 Mon Sep 17 00:00:00 2001 From: winlifes <110321103+Winlifes@users.noreply.github.com> Date: Mon, 11 May 2026 06:17:19 -0700 Subject: [PATCH] Release v0.1.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",