Skip to content

Commit feb896d

Browse files
committed
Update changelogs [skip ci]
1 parent fd1a41b commit feb896d

File tree

7 files changed

+53
-31
lines changed

7 files changed

+53
-31
lines changed

apps/rush-mcp-server/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@rushstack/mcp-server",
33
"entries": [
4+
{
5+
"version": "0.2.2",
6+
"tag": "@rushstack/mcp-server_v0.2.2",
7+
"date": "Sat, 14 Jun 2025 00:11:30 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Move the `rush docs` tool to a plugin package `@rushstack/rush-mcp-docs-plugin`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.2.1",
618
"tag": "@rushstack/mcp-server_v0.2.1",

apps/rush-mcp-server/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @rushstack/mcp-server
22

3-
This log was last generated on Fri, 06 Jun 2025 08:20:18 GMT and should not be manually modified.
3+
This log was last generated on Sat, 14 Jun 2025 00:11:30 GMT and should not be manually modified.
4+
5+
## 0.2.2
6+
Sat, 14 Jun 2025 00:11:30 GMT
7+
8+
### Patches
9+
10+
- Move the `rush docs` tool to a plugin package `@rushstack/rush-mcp-docs-plugin`
411

512
## 0.2.1
613
Fri, 06 Jun 2025 08:20:18 GMT

common/changes/@rushstack/mcp-server/benkeen-cache-bridge-plugin_2025-06-10-02-59.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/changes/@rushstack/mcp-server/feat-add-new-mcp-plugin_2025-06-09-13-09.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/changes/@rushstack/rush-mcp-docs-plugin/feat-add-new-mcp-plugin_2025-06-09-13-09.json

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "@rushstack/rush-mcp-docs-plugin",
3+
"entries": [
4+
{
5+
"version": "0.1.0",
6+
"tag": "@rushstack/rush-mcp-docs-plugin_v0.1.0",
7+
"date": "Sat, 14 Jun 2025 00:11:30 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Add rush docs mcp plugin"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@rushstack/mcp-server\" to `0.2.2`"
17+
}
18+
]
19+
}
20+
}
21+
]
22+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log - @rushstack/rush-mcp-docs-plugin
2+
3+
This log was last generated on Sat, 14 Jun 2025 00:11:30 GMT and should not be manually modified.
4+
5+
## 0.1.0
6+
Sat, 14 Jun 2025 00:11:30 GMT
7+
8+
### Minor changes
9+
10+
- Add rush docs mcp plugin
11+

0 commit comments

Comments
 (0)