Skip to content

Commit 7581ef5

Browse files
authored
Merge pull request #22 from DXHeroes/release-please--branches--main
chore: release main
2 parents 7d29621 + bdea492 commit 7581ef5

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
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.11",
2+
".": "0.3.12",
33
"core/http-client": "0.1.3",
44
"core/typescript-config": "0.1.3",
5-
"packages/jira": "0.2.5",
5+
"packages/jira": "0.2.6",
66
"packages/linear": "0.1.1"
77
}

CHANGELOG.md

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

3+
## [0.3.12](https://github.com/DXHeroes/mcp-devtools/compare/mcp-devtools-v0.3.11...mcp-devtools-v0.3.12) (2025-03-11)
4+
5+
6+
### Bug Fixes
7+
8+
* getTicket for Jira uses specific API endpoint for it ([7d29621](https://github.com/DXHeroes/mcp-devtools/commit/7d2962192f3dfb42be6e19811157c71e6a5be76b))
9+
310
## [0.3.11](https://github.com/DXHeroes/mcp-devtools/compare/mcp-devtools-v0.3.10...mcp-devtools-v0.3.11) (2025-03-09)
411

512

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.11",
3+
"version": "0.3.12",
44
"description": "MCP DevTools for Cursor and other IDEs",
55
"private": true,
66
"type": "module",

packages/jira/CHANGELOG.md

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

3+
## [0.2.6](https://github.com/DXHeroes/mcp-devtools/compare/jira-v0.2.5...jira-v0.2.6) (2025-03-11)
4+
5+
6+
### Bug Fixes
7+
8+
* getTicket for Jira uses specific API endpoint for it ([7d29621](https://github.com/DXHeroes/mcp-devtools/commit/7d2962192f3dfb42be6e19811157c71e6a5be76b))
9+
310
## [0.2.5](https://github.com/DXHeroes/mcp-devtools/compare/jira-v0.2.4...jira-v0.2.5) (2025-03-09)
411

512

packages/jira/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/jira",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "Talk to Jira - MCP Server",
55
"private": false,
66
"bin": {

0 commit comments

Comments
 (0)