Skip to content

Commit 2d3c624

Browse files
chore(main): release 0.1.18 (#55)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 659733c commit 2d3c624

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

.github/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.1.18](https://github.com/dwmkerr/ai-developer-guide/compare/v0.1.17...v0.1.18) (2025-10-03)
4+
5+
6+
### Bug Fixes
7+
8+
* remove path from MCPServer serviceRef - Ark appends /mcp automatically ([659733c](https://github.com/dwmkerr/ai-developer-guide/commit/659733c0b4a23e7d0aa445856106410e59e25d71))
9+
310
## [0.1.17](https://github.com/dwmkerr/ai-developer-guide/compare/v0.1.16...v0.1.17) (2025-10-03)
411

512

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.17"
2+
".": "0.1.18"
33
}

mcp/ai-developer-guide-mcp/chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: ai-developer-guide-mcp
33
description: A Helm chart for AI Developer Guide MCP Server
44
type: application
5-
version: 0.1.17
6-
appVersion: 0.1.17
5+
version: 0.1.18
6+
appVersion: 0.1.18
77
keywords:
88
- mcp
99
- ai

mcp/ai-developer-guide-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dwmkerr/ai-developer-guide-mcp",
3-
"version": "0.1.17",
3+
"version": "0.1.18",
44
"description": "MCP server for the AI Developer Guide - a set of standards, patterns and principles for development projects. Use with AI and your development team, evolve for your needs.",
55
"type": "module",
66
"main": "./dist/cli.js",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.17
1+
0.1.18

0 commit comments

Comments
 (0)