Skip to content

Commit 127dc37

Browse files
authored
Merge pull request #19 from DXHeroes/release-please--branches--main
chore: release main
2 parents 0ccaa82 + 9b38f0d commit 127dc37

File tree

9 files changed

+42
-9
lines changed

9 files changed

+42
-9
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
".": "0.3.9",
3-
"core/http-client": "0.1.2",
4-
"core/typescript-config": "0.1.2",
5-
"packages/jira": "0.2.4"
2+
".": "0.3.10",
3+
"core/http-client": "0.1.3",
4+
"core/typescript-config": "0.1.3",
5+
"packages/jira": "0.2.5"
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.10](https://github.com/DXHeroes/mcp-devtools/compare/mcp-devtools-v0.3.9...mcp-devtools-v0.3.10) (2025-03-09)
4+
5+
6+
### Bug Fixes
7+
8+
* simplify build process and update TypeScript configuration ([0ccaa82](https://github.com/DXHeroes/mcp-devtools/commit/0ccaa82e2446010454d1a6f5563019d404a5a66f))
9+
310
## [0.3.9](https://github.com/DXHeroes/mcp-devtools/compare/mcp-devtools-v0.3.8...mcp-devtools-v0.3.9) (2025-03-08)
411

512

core/http-client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.3](https://github.com/DXHeroes/mcp-devtools/compare/http-client-v0.1.2...http-client-v0.1.3) (2025-03-09)
4+
5+
6+
### Bug Fixes
7+
8+
* simplify build process and update TypeScript configuration ([0ccaa82](https://github.com/DXHeroes/mcp-devtools/commit/0ccaa82e2446010454d1a6f5563019d404a5a66f))

core/http-client/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/http-client",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Simple HTTP client for MCP servers",
55
"main": "src/index.ts",
66
"types": "src/types.ts",

core/typescript-config/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.3](https://github.com/DXHeroes/mcp-devtools/compare/typescript-config-v0.1.2...typescript-config-v0.1.3) (2025-03-09)
4+
5+
6+
### Bug Fixes
7+
8+
* simplify build process and update TypeScript configuration ([0ccaa82](https://github.com/DXHeroes/mcp-devtools/commit/0ccaa82e2446010454d1a6f5563019d404a5a66f))

core/typescript-config/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/typescript-config",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Shared TypeScript configuration for MCP projects",
55
"main": "tsconfig.base.json",
66
"files": [

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

packages/jira/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.2.5](https://github.com/DXHeroes/mcp-devtools/compare/jira-v0.2.4...jira-v0.2.5) (2025-03-09)
4+
5+
6+
### Bug Fixes
7+
8+
* simplify build process and update TypeScript configuration ([0ccaa82](https://github.com/DXHeroes/mcp-devtools/commit/0ccaa82e2446010454d1a6f5563019d404a5a66f))

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