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

Commit 923c25f

Browse files
committed
chore(release): v1.4.1 [skip actions]
1 parent ec92d63 commit 923c25f

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.changeset/fast-eggs-fall.md

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

CHANGELOG.md

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

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- [#142](https://github.com/sapientpants/deepsource-mcp-server/pull/142) [`04f7440`](https://github.com/sapientpants/deepsource-mcp-server/commit/04f744073131e99d4613ba661ccb93b090001ffc) Thanks [@sapientpants](https://github.com/sapientpants)! - Fixed TypeScript strict mode compatibility and integrated agentic-node-ts-starter template
8+
- Resolved hundreds of `exactOptionalPropertyTypes` errors across the codebase
9+
- Migrated test suite from Jest to Vitest
10+
- Enhanced CI/CD workflows with security scanning and validation
11+
- Added comprehensive linting tools (actionlint, markdownlint, yamllint)
12+
- Improved development tooling and scripts
13+
- Fixed all precommit check failures
14+
315
All notable changes to this project will be documented in this file.
416

517
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

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

0 commit comments

Comments
 (0)