Skip to content

Commit 4d055cc

Browse files
MikotoZeroclaude
andcommitted
chore: 发布 v1.1.2 - 稳定版本(跳过 v1.1.1 的 deprecated 警告)
主要更新: 🔄 **重新发布 v1.1.0 功能作为稳定版** - 基于 v1.1.0 (491ebde) 创建 - 跳过 v1.1.1 的 DEPRECATED 警告 - 保持所有功能完整可用 📊 **版本说明** - v1.1.0: 首次添加 Resources 和 Prompts - v1.1.1: 添加了 DEPRECATED 警告(已跳过) - v1.1.2: 稳定版本,无警告,推荐生产使用 - v1.2.0-beta.1: 实验性版本,移除了文档 Tools ✅ **完整功能** - Tools: 17 个(完整保留) - Resources: 8 个 - Prompts: 2 个 - 向后兼容,无破坏性变更 📈 **版本更新** - 版本号: 1.1.0 → 1.1.2 🚀 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 491ebde commit 4d055cc

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.2] - 2025-10-14
9+
10+
### Fixed
11+
- 🔄 **Republish v1.1.0 as stable version** - Skip the deprecated warnings from v1.1.1
12+
- This version is identical to v1.1.0 in functionality
13+
- Provides clean Tools, Resources, and Prompts without deprecation warnings
14+
- Recommended for production use (v1.1.1 skipped)
15+
- All 17 Tools remain available and fully functional
16+
17+
### Note
18+
- v1.1.1 introduced deprecation warnings but has been skipped
19+
- v1.1.2 provides the same features as v1.1.0 without warnings
20+
- For experimental breaking changes, see v1.2.0-beta.1
21+
822
## [1.1.0] - 2025-10-14
923

1024
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mikoto_zero/minigame-open-mcp",
3-
"version": "1.1.0",
3+
"version": "1.1.2",
44
"type": "module",
55
"description": "TapTap Minigame Open API MCP Server - Documentation and Management APIs for TapTap minigame (Leaderboard, and more features coming)",
66
"main": "dist/server.js",

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class TapTapMinigameMCPServer {
5858
this.server = new Server(
5959
{
6060
name: 'taptap-minigame-mcp',
61-
version: '1.1.0',
61+
version: '1.1.2',
6262
}
6363
);
6464

0 commit comments

Comments
 (0)