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

Commit a481660

Browse files
committed
chore(release): v1.6.1 [skip actions]
1 parent 1603c83 commit a481660

File tree

6 files changed

+26
-37
lines changed

6 files changed

+26
-37
lines changed

.changeset/fix-changelog-format.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-changeset-build.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/remove-unused-dependencies.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/update-dependencies-2025-01.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 1.6.1
4+
5+
### Patch Changes
6+
7+
- [#166](https://github.com/sapientpants/deepsource-mcp-server/pull/166) [`8828190`](https://github.com/sapientpants/deepsource-mcp-server/commit/8828190442628c0860df080f47ebbbe308e7a406) - Fix changelog format configuration and add custom changelog generator for improved release notes formatting
8+
9+
- [#169](https://github.com/sapientpants/deepsource-mcp-server/pull/169) [`1603c83`](https://github.com/sapientpants/deepsource-mcp-server/commit/1603c83ec519be914179785bb821d15cf1a9dfb8) - fix: add build step before changeset versioning in ci
10+
- Build TypeScript before running changeset version command to ensure custom changelog generator is available
11+
- Clean build directory before final release build to ensure SBOM reflects exact release artifacts
12+
- Fixes CI pipeline failure when using custom changelog generator
13+
14+
- [#168](https://github.com/sapientpants/deepsource-mcp-server/pull/168) [`b7ab8d4`](https://github.com/sapientpants/deepsource-mcp-server/commit/b7ab8d49007377e31bdd70b4d06f047f7483da87) - chore: remove unused dependencies and Jest configuration
15+
- Removed unused production dependencies: cors, express, pino, pino-roll, pino-syslog
16+
- Removed unused dev dependencies related to Jest (project uses Vitest): @eslint/js, @fast-check/vitest, @jest/globals, @types/cors, @types/express, @types/jest, @types/supertest, fast-check, jest, pino-pretty, supertest, ts-jest, ts-node, ts-node-dev
17+
- Removed jest.config.js as the project uses Vitest for testing
18+
19+
- [#167](https://github.com/sapientpants/deepsource-mcp-server/pull/167) [`ee5c975`](https://github.com/sapientpants/deepsource-mcp-server/commit/ee5c975d442d45ea63c11d6168289c8942de3fcd) - Update dependencies to latest versions
20+
- Update @modelcontextprotocol/sdk from 1.17.4 to 1.18.0
21+
- Update axios from 1.11.0 to 1.12.1
22+
- Update pino from 9.9.4 to 9.9.5
23+
- Update @types/node from 24.3.1 to 24.3.3 (dev dependency)
24+
- Constrain zod to >=3.25.0 <4.0.0 to prevent breaking changes from v4
25+
26+
All tests pass and no security vulnerabilities found.
27+
328
## 1.6.0
429

530
### Minor Changes

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.6.0",
3+
"version": "1.6.1",
44
"description": "Model Context Protocol server for DeepSource",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)