Skip to content

Commit f72ed89

Browse files
authored
Merge pull request #21 from DXHeroes/release-please--branches--main
chore: release main
2 parents f760f93 + 8a1b925 commit f72ed89

File tree

5 files changed

+34
-5
lines changed

5 files changed

+34
-5
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
".": "0.3.10",
2+
".": "0.3.11",
33
"core/http-client": "0.1.3",
44
"core/typescript-config": "0.1.3",
55
"packages/jira": "0.2.5",
6-
"packages/linear": "0.1.0"
6+
"packages/linear": "0.1.1"
77
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.3.11](https://github.com/DXHeroes/mcp-devtools/compare/mcp-devtools-v0.3.10...mcp-devtools-v0.3.11) (2025-03-09)
4+
5+
6+
### Features
7+
8+
* add Linear MCP server package for issue management ([0c0d8ce](https://github.com/DXHeroes/mcp-devtools/commit/0c0d8ce4f52296b5e9f6f0fbdb2721cd1677c7c5))
9+
10+
11+
### Bug Fixes
12+
13+
* update Linear GraphQL query to use 'id' parameter for issue retrieval ([f33eb06](https://github.com/DXHeroes/mcp-devtools/commit/f33eb064ae5dcb9b01afc7783eb254aa72f4ea3f))
14+
315
## [0.3.10](https://github.com/DXHeroes/mcp-devtools/compare/mcp-devtools-v0.3.9...mcp-devtools-v0.3.10) (2025-03-09)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-devtools",
3-
"version": "0.3.10",
3+
"version": "0.3.11",
44
"description": "MCP DevTools for Cursor and other IDEs",
55
"private": true,
66
"type": "module",

packages/linear/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/DXHeroes/mcp-devtools/compare/linear-v0.1.0...linear-v0.1.1) (2025-03-09)
4+
5+
6+
### Features
7+
8+
* add Linear MCP server package for issue management ([0c0d8ce](https://github.com/DXHeroes/mcp-devtools/commit/0c0d8ce4f52296b5e9f6f0fbdb2721cd1677c7c5))
9+
10+
11+
### Bug Fixes
12+
13+
* test ([bf4d8c1](https://github.com/DXHeroes/mcp-devtools/commit/bf4d8c1ff5e82f61b0b7faf00b3c742a1888e226))
14+
* test ([686ceb7](https://github.com/DXHeroes/mcp-devtools/commit/686ceb7e128e678e89d847611d465cfe825a3d5e))
15+
* update Linear GraphQL query to use 'id' parameter for issue retrieval ([f33eb06](https://github.com/DXHeroes/mcp-devtools/commit/f33eb064ae5dcb9b01afc7783eb254aa72f4ea3f))

packages/linear/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "@mcp-devtools/linear",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Talk to Linear - MCP Server",
55
"private": false,
66
"bin": {
77
"mcp-linear": "./build/index.js"
88
},
9-
"files": ["build"],
9+
"files": [
10+
"build"
11+
],
1012
"type": "module",
1113
"scripts": {
1214
"build": "tsc && shx chmod +x build/*.js",

0 commit comments

Comments
 (0)