Skip to content

Commit 4b29203

Browse files
chore(main): release 5.0.0 (#23)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent da99e65 commit 4b29203

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

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

3+
## [5.0.0](https://github.com/jonmatum/git-metrics-mcp-server/compare/v4.4.1...v5.0.0) (2025-12-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* git-metrics-analysis-prompt.md moved to docs/ directory
9+
10+
### Features
11+
12+
* **docs:** enhance MkDocs with dark mode, search, and feedback features ([31bfdfc](https://github.com/jonmatum/git-metrics-mcp-server/commit/31bfdfc9760fd4179972fe2abd59c24cbebb735b))
13+
14+
15+
### Bug Fixes
16+
17+
* **security:** update MCP SDK to address DNS rebinding vulnerability ([df619e2](https://github.com/jonmatum/git-metrics-mcp-server/commit/df619e2da1a5a13c8c531132f6826d5ead95dc5e))
18+
19+
20+
### Documentation
21+
22+
* add MkDocs documentation site and align with team health philosophy ([9178e69](https://github.com/jonmatum/git-metrics-mcp-server/commit/9178e69545e1af98d19e5bc633bd801eb33503e1))
23+
324
## [4.4.1](https://github.com/jonmatum/git-metrics-mcp-server/compare/v4.4.0...v4.4.1) (2025-11-26)
425

526

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jonmatum/git-metrics-mcp-server",
3-
"version": "4.4.1",
3+
"version": "5.0.0",
44
"description": "MCP server for analyzing git repository metrics and understanding team health",
55
"main": "./build/git-metrics.js",
66
"type": "module",

0 commit comments

Comments
 (0)