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

Commit a8fd78a

Browse files
committed
chore(release): v1.10.11 [skip actions]
1 parent e17faac commit a8fd78a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.changeset/fix-npm-docker-publish.md

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

CHANGELOG.md

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

3+
## 1.10.11
4+
5+
### Patch Changes
6+
7+
- [#313](https://github.com/sapientpants/sonarqube-mcp-server/pull/313) [`e17faac`](https://github.com/sapientpants/sonarqube-mcp-server/commit/e17faac04b3bea217c8d712edc911f3c75ea139e) - Fix NPM and Docker publish failures
8+
- NPM: Add --ignore-scripts flag to prevent husky from running during publish
9+
- Docker: Use skopeo to load OCI format images from multi-platform builds instead of docker load
10+
311
## 1.10.10
412

513
### 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.10",
3+
"version": "1.10.11",
44
"description": "Model Context Protocol server for SonarQube",
55
"keywords": [
66
"sonarqube",

0 commit comments

Comments
 (0)