Skip to content

Commit a2edf9b

Browse files
chore: release main (#523)
Co-authored-by: sw-release-bot[bot] <255865126+sw-release-bot[bot]@users.noreply.github.com>
1 parent f37b1eb commit a2edf9b

6 files changed

Lines changed: 27 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/gitlab-mcp": "9.0.1",
3-
"packages/gitlab-mcp-db": "9.0.1"
2+
"packages/gitlab-mcp": "9.1.0",
3+
"packages/gitlab-mcp-db": "9.1.0"
44
}

packages/gitlab-mcp-db/CHANGELOG.md

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

3+
## [9.1.0](https://github.com/structured-world/gitlab-mcp/compare/gitlab-mcp-db-v9.0.1...gitlab-mcp-db-v9.1.0) (2026-06-07)
4+
5+
6+
### Chores
7+
8+
* **gitlab-mcp-db:** Synchronize gitlab-mcp versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* devDependencies
15+
* @structured-world/gitlab-mcp bumped to 9.1.0
16+
317
## [9.0.1](https://github.com/structured-world/gitlab-mcp/compare/gitlab-mcp-db-v9.0.0...gitlab-mcp-db-v9.0.1) (2026-06-07)
418

519

packages/gitlab-mcp-db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@structured-world/gitlab-mcp-db",
3-
"version": "9.0.1",
3+
"version": "9.1.0",
44
"description": "Optional PostgreSQL/Prisma OAuth-storage backend for @structured-world/gitlab-mcp",
55
"license": "Apache-2.0",
66
"repository": {

packages/gitlab-mcp/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
* exempt stdio session from idle timeout cleanup ([#363](https://github.com/structured-world/gitlab-mcp/issues/363)) ([ca563bd](https://github.com/structured-world/gitlab-mcp/commit/ca563bda9aa969d5d7680d3d89c2c72f32344838)), closes [#361](https://github.com/structured-world/gitlab-mcp/issues/361)
66

7+
## [9.1.0](https://github.com/structured-world/gitlab-mcp/compare/gitlab-mcp-v9.0.1...gitlab-mcp-v9.1.0) (2026-06-07)
8+
9+
10+
### Features
11+
12+
* **ci:** channel-gateway for CI watch + completion notifications ([#491](https://github.com/structured-world/gitlab-mcp/issues/491)) ([5ad399e](https://github.com/structured-world/gitlab-mcp/commit/5ad399ea7fcfc0d072b878ff00141f48dbff1c66))
13+
714
## [9.0.1](https://github.com/structured-world/gitlab-mcp/compare/gitlab-mcp-v9.0.0...gitlab-mcp-v9.0.1) (2026-06-07)
815

916

packages/gitlab-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@structured-world/gitlab-mcp",
33
"mcpName": "io.github.structured-world/gitlab-mcp",
4-
"version": "9.0.1",
4+
"version": "9.1.0",
55
"description": "Advanced GitLab MCP server",
66
"mcp": {
77
"name": "GitLab MCP Server",

packages/gitlab-mcp/server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"url": "https://github.com/structured-world/gitlab-mcp",
1010
"source": "github"
1111
},
12-
"version": "9.0.1",
12+
"version": "9.1.0",
1313
"_versionNote": "Updated dynamically by prepare-release.sh during semantic-release",
1414
"packages": [
1515
{
1616
"registryType": "npm",
1717
"identifier": "@structured-world/gitlab-mcp",
18-
"version": "9.0.1",
18+
"version": "9.1.0",
1919
"transport": {
2020
"type": "stdio"
2121
},

0 commit comments

Comments
 (0)