Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit dd4cd9f

Browse files
sapientpantsclaude
andauthored
chore: prepare release v1.2.1 (#97)
- Bump version from 1.2.0 to 1.2.1 - Add CHANGELOG.md with complete release history - Document dependency updates in this release 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 7f9e0d2 commit dd4cd9f

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [v1.2.1] - 2025-06-16
9+
- Updated all dependencies to their latest versions
10+
- @modelcontextprotocol/sdk: 1.11.4 → 1.12.3
11+
- axios: 1.9.0 → 1.10.0
12+
- zod: 3.25.3 → 3.25.64
13+
- @eslint/js: 9.27.0 → 9.29.0
14+
- @types/cors: 2.8.18 → 2.8.19
15+
- @types/express: 5.0.2 → 5.0.3
16+
- @types/node: 22.15.19 → 24.0.1
17+
- @typescript-eslint/eslint-plugin: 8.32.1 → 8.34.0
18+
- @typescript-eslint/parser: 8.32.1 → 8.34.0
19+
- eslint: 9.27.0 → 9.29.0
20+
- eslint-plugin-prettier: 5.4.0 → 5.4.1
21+
- jest: 29.7.0 → 30.0.0
22+
- lint-staged: 16.0.0 → 16.1.2
23+
- nock: 14.0.4 → 14.0.5
24+
- ts-jest: 29.3.4 → 29.4.0
25+
26+
## [v1.2.0] - 2025-05-21
27+
- Refactored codebase for improved maintainability
28+
- Removed examples directory containing non-production code
29+
- Improved documentation
30+
31+
## [v1.1.0] - 2025-05-20
32+
- Added dependency vulnerability reporting
33+
- Added quality metrics history support
34+
- Added metric threshold management
35+
- Enhanced filtering capabilities for issues and runs
36+
- Fixed pagination issues
37+
- Improved error handling
38+
39+
## [v1.0.2] - 2025-05-17
40+
- Fixed npx launching issues
41+
- Fixed package description
42+
43+
## [v1.0.1] - 2025-05-17
44+
- Fixed documentation issues
45+
- Added comprehensive test coverage
46+
47+
## [v1.0.0] - 2025-05-16
48+
- Initial stable release
49+
- Complete MCP server implementation for DeepSource
50+
- Support for projects, issues, runs, and compliance reports
51+
- Full GraphQL API integration
52+
- Comprehensive error handling
53+
- Relay-style pagination support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deepsource-mcp-server",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Model Context Protocol server for DeepSource",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)