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

Commit cde31ef

Browse files
committed
chore(release): v1.10.21 [skip actions]
1 parent 2383f4d commit cde31ef

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.changeset/code-quality-improvements.md

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

CHANGELOG.md

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

3+
## 1.10.21
4+
5+
### Patch Changes
6+
7+
- [#336](https://github.com/sapientpants/sonarqube-mcp-server/pull/336) [`2383f4d`](https://github.com/sapientpants/sonarqube-mcp-server/commit/2383f4d6e79b3d4b2f96c495bbe229e0dc3aa047) - refactor: improve code quality by addressing SonarQube code smells
8+
9+
Improved code readability and maintainability by addressing 7 code smell issues:
10+
- Use `String#replaceAll()` instead of `replace()` with global regex for better clarity
11+
- Convert `forEach()` to `for...of` loop for improved performance and readability
12+
- Use `String.raw` template literal to avoid unnecessary escaping in regex patterns
13+
14+
These changes follow modern JavaScript/TypeScript best practices and reduce technical debt by 30 minutes. No functional changes or breaking changes introduced.
15+
316
## 1.10.20
417

518
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sonarqube-mcp-server",
3-
"version": "1.10.20",
3+
"version": "1.10.21",
44
"description": "Model Context Protocol server for SonarQube",
55
"keywords": [
66
"sonarqube",

0 commit comments

Comments
 (0)