Skip to content

Commit e161ea1

Browse files
authored
Merge pull request #113 from sapientpants/chore/prepare-release-v1.2.2
chore: prepare release v1.2.2
2 parents ebd3eb2 + fcc9fcf commit e161ea1

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v1.2.2] - 2025-07-28
9+
- Updated all dependencies to their latest versions
10+
- @modelcontextprotocol/sdk: 1.12.3 → 1.17.0
11+
- axios: 1.10.0 → 1.11.0
12+
- @eslint/js: 9.29.0 → 9.32.0
13+
- @types/jest: 29.5.14 → 30.0.0
14+
- @types/node: 24.0.1 → 24.1.0
15+
- @typescript-eslint/eslint-plugin: 8.34.0 → 8.38.0
16+
- @typescript-eslint/parser: 8.34.0 → 8.38.0
17+
- eslint: 9.29.0 → 9.32.0
18+
- eslint-config-prettier: 10.1.5 → 10.1.8
19+
- eslint-plugin-prettier: 5.4.1 → 5.5.3
20+
- jest: 30.0.0 → 30.0.5
21+
- nock: 14.0.5 → 14.0.7
22+
- prettier: 3.5.3 → 3.6.2
23+
- supertest: 7.1.1 → 7.1.4
24+
- Updated DeepSource test coverage action from v1.1.2 to v1.1.3 to fix CI issues
25+
- Added pnpm override to force form-data >= 4.0.4 for security
26+
- Security fix: Bumped brace-expansion to address vulnerability
27+
828
## [v1.2.1] - 2025-06-16
929
- Updated all dependencies to their latest versions
1030
- @modelcontextprotocol/sdk: 1.11.4 → 1.12.3

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.1",
3+
"version": "1.2.2",
44
"description": "Model Context Protocol server for DeepSource",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)