bmall-mcp 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +14 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -138,6 +138,20 @@ src/
138
138
 
139
139
  ## Changelog
140
140
 
141
+ ### v1.1.4 (2026-01-14)
142
+ - ✅ `pull_rules` 和 `push_rules` 的 `ide` 参数改为必填
143
+ - ✅ 未指定 IDE 时返回明确提示信息
144
+
145
+ ### v1.1.3 (2026-01-14)
146
+ - ✅ 优化 README 工具列表展示(表格 + 折叠详情)
147
+ - ✅ `push_rules` 说明自动创建项目分支
148
+
149
+ ### v1.1.2 (2026-01-14)
150
+ - ✅ README 添加官方源配置说明
151
+
152
+ ### v1.1.1 (2026-01-14)
153
+ - ✅ 更新 RulesManager 仓库地址
154
+
141
155
  ### v1.1.0 (2026-01-13)
142
156
  - ✅ 新增 `mta_implementation` 埋点代码生成工具
143
157
  - ✅ 新增 `mta_integration` 埋点业务集成工具
@@ -169,9 +183,6 @@ src/
169
183
  - ✅ 新增 `common` 规则类型支持
170
184
  - ✅ 更新 README 文档
171
185
 
172
- ### v1.0.1 (2026-01-12)
173
- - ⚠️ 跳过(发布时 README 未更新)
174
-
175
186
  ### v1.0.0
176
187
  - ✅ 初始版本
177
188
  - ✅ pull_rules / push_rules / standard_git_commit 三个工具
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmall-mcp",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "MCP Server for bmall development rules and tools",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",