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

Commit 6a1c62d

Browse files
committed
chore(release): v1.10.12 [skip actions]
1 parent 2a31f70 commit 6a1c62d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.changeset/fix-npm-prepare-and-docker-oci-proper.md

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

CHANGELOG.md

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

3+
## 1.10.12
4+
5+
### Patch Changes
6+
7+
- [#314](https://github.com/sapientpants/sonarqube-mcp-server/pull/314) [`2a31f70`](https://github.com/sapientpants/sonarqube-mcp-server/commit/2a31f70fcbb02753adb387df77bd4476917bf380) - Fix NPM prepare script and Docker OCI push issues
8+
- NPM: Remove prepare script from package.json before publishing (--ignore-scripts doesn't skip prepare)
9+
- Docker: Use skopeo to push OCI archive directly to Docker Hub instead of loading to docker-daemon
10+
- Docker: Configure skopeo authentication with Docker Hub credentials
11+
312
## 1.10.11
413

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

0 commit comments

Comments
 (0)