Skip to content

Commit 00a20b2

Browse files
authored
Merge pull request #18 from DXHeroes/release-please--branches--main
chore: release main
2 parents 9e0fde4 + 94aa6c8 commit 00a20b2

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,6 +1,6 @@
11
{
2-
".": "0.3.8",
2+
".": "0.3.9",
33
"core/http-client": "0.1.2",
44
"core/typescript-config": "0.1.2",
5-
"packages/jira": "0.2.3"
5+
"packages/jira": "0.2.4"
66
}

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.9](https://github.com/DXHeroes/mcp-devtools/compare/mcp-devtools-v0.3.8...mcp-devtools-v0.3.9) (2025-03-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **jira:** update build and inspector paths to use 'build' directory ([9e0fde4](https://github.com/DXHeroes/mcp-devtools/commit/9e0fde43dc0220fc7b704443bef914584d02d1b1))
9+
310
## [0.3.8](https://github.com/DXHeroes/mcp-devtools/compare/mcp-devtools-v0.3.7...mcp-devtools-v0.3.8) (2025-03-08)
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.8",
3+
"version": "0.3.9",
44
"description": "MCP DevTools for Cursor and other IDEs",
55
"private": true,
66
"type": "module",

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.3",
3+
"version": "0.2.4",
44
"description": "Talk to Jira - MCP Server",
55
"private": false,
66
"bin": {

packages/jira/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.4](https://github.com/DXHeroes/mcp-devtools/compare/jira-v0.2.3...jira-v0.2.4) (2025-03-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **jira:** update build and inspector paths to use 'build' directory ([9e0fde4](https://github.com/DXHeroes/mcp-devtools/commit/9e0fde43dc0220fc7b704443bef914584d02d1b1))
9+
310
## [0.2.3](https://github.com/DXHeroes/mcp-devtools/compare/jira-v0.2.2...jira-v0.2.3) (2025-03-08)
411

512

0 commit comments

Comments
 (0)