-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.release-plan.json
More file actions
30 lines (30 loc) · 2.73 KB
/
Copy path.release-plan.json
File metadata and controls
30 lines (30 loc) · 2.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"solution": {
"ember-mcp": {
"impact": "minor",
"oldVersion": "0.0.3",
"newVersion": "0.1.0",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2026-02-20)\n\n* ember-mcp 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-mcp`\n * [#19](https://github.com/ember-tooling/ember-mcp/pull/19) Add package manager detection tool and update documentation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#16](https://github.com/ember-tooling/ember-mcp/pull/16) Add tools for getting latest npm versions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `ember-mcp`\n * [#23](https://github.com/ember-tooling/ember-mcp/pull/23) Fix npm audit vulnerabilities: upgrade @modelcontextprotocol/sdk and override tar ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### :memo: Documentation\n* `ember-mcp`\n * [#20](https://github.com/ember-tooling/ember-mcp/pull/20) Add disclaimer section to README for user safety and risk awareness ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#10](https://github.com/ember-tooling/ember-mcp/pull/10) Drop versions for the default docs example ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#9](https://github.com/ember-tooling/ember-mcp/pull/9) Update README with shell environment instructions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#7](https://github.com/ember-tooling/ember-mcp/pull/7) Revise README for Ember MCP Server and Node.js version ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-mcp`\n * [#32](https://github.com/ember-tooling/ember-mcp/pull/32) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#21](https://github.com/ember-tooling/ember-mcp/pull/21) Add GitHub Copilot instructions and VSCode settings with ember-mcp MCP server integration ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#17](https://github.com/ember-tooling/ember-mcp/pull/17) Add test ci job ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}