Skip to content

Commit 6d1ac27

Browse files
authored
Merge pull request #13 from DXHeroes/release-please--branches--main
chore: release main
2 parents c801bd1 + d19a707 commit 6d1ac27

File tree

7 files changed

+37
-8
lines changed

7 files changed

+37
-8
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
".": "0.3.5",
3-
"core/http-client": "0.1.0",
4-
"core/typescript-config": "0.1.0",
2+
".": "0.3.6",
3+
"core/http-client": "0.1.1",
4+
"core/typescript-config": "0.1.1",
55
"packages/jira": "0.2.1"
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.6](https://github.com/DXHeroes/mcp-devtools/compare/mcp-devtools-v0.3.5...mcp-devtools-v0.3.6) (2025-03-08)
4+
5+
6+
### Bug Fixes
7+
8+
* update README with Jira MCP server configuration and usage instructions ([4c6d7f5](https://github.com/DXHeroes/mcp-devtools/commit/4c6d7f5dfa33e5e5706c0cc9b980666b808ca4c4))
9+
310
## [0.3.5](https://github.com/DXHeroes/mcp-devtools/compare/mcp-devtools-v0.3.4...mcp-devtools-v0.3.5) (2025-03-07)
411

512

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/DXHeroes/mcp-devtools/compare/http-client-v0.1.0...http-client-v0.1.1) (2025-03-08)
4+
5+
6+
### Bug Fixes
7+
8+
* test ([686ceb7](https://github.com/DXHeroes/mcp-devtools/commit/686ceb7e128e678e89d847611d465cfe825a3d5e))
9+
* update README with Jira MCP server configuration and usage instructions ([4c6d7f5](https://github.com/DXHeroes/mcp-devtools/commit/4c6d7f5dfa33e5e5706c0cc9b980666b808ca4c4))

core/http-client/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "@mcp-devtools/http-client",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Simple HTTP client for MCP servers",
55
"type": "module",
66
"main": "src/index.ts",
77
"types": "src/types.ts",
8-
"files": ["src"],
8+
"files": [
9+
"src"
10+
],
911
"scripts": {
1012
"build": "tsc",
1113
"watch": "tsc --watch"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/DXHeroes/mcp-devtools/compare/typescript-config-v0.1.0...typescript-config-v0.1.1) (2025-03-08)
4+
5+
6+
### Bug Fixes
7+
8+
* test ([686ceb7](https://github.com/DXHeroes/mcp-devtools/commit/686ceb7e128e678e89d847611d465cfe825a3d5e))
9+
* update README with Jira MCP server configuration and usage instructions ([4c6d7f5](https://github.com/DXHeroes/mcp-devtools/commit/4c6d7f5dfa33e5e5706c0cc9b980666b808ca4c4))

core/typescript-config/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "@mcp-devtools/typescript-config",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Shared TypeScript configuration for MCP projects",
55
"type": "module",
66
"main": "tsconfig.base.json",
7-
"files": ["tsconfig.*.json"],
7+
"files": [
8+
"tsconfig.*.json"
9+
],
810
"scripts": {
911
"build": "echo 'No build step required'"
1012
},

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

0 commit comments

Comments
 (0)