Skip to content

Commit 1f546cf

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.1.1...v3.0.0) (2025-06-04) ### ⚠ BREAKING CHANGES * Enhanced release detection may trigger releases for previously undetected conventional commits ### 🚀 Features * enhance CI/CD pipeline with automatic PR merge publishing ([59ffe57](59ffe57)) ### 📚 Documentation * update npm version badge to use shields.io for better cache management ([a95db42](a95db42))
1 parent 59ffe57 commit 1f546cf

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- semantic-release-changelog -->
99

10+
## [3.0.0](https://github.com/dipseth/dataproc-mcp/compare/v2.1.1...v3.0.0) (2025-06-04)
11+
12+
13+
### ⚠ BREAKING CHANGES
14+
15+
* Enhanced release detection may trigger releases for previously undetected conventional commits
16+
17+
### 🚀 Features
18+
19+
* enhance CI/CD pipeline with automatic PR merge publishing ([59ffe57](https://github.com/dipseth/dataproc-mcp/commit/59ffe57af5bc0d1a7900bef55147007b0642f65b))
20+
21+
22+
### 📚 Documentation
23+
24+
* update npm version badge to use shields.io for better cache management ([a95db42](https://github.com/dipseth/dataproc-mcp/commit/a95db42624390c647a508c8fd9939924b5f50c13))
25+
1026
## [2.1.1](https://github.com/dipseth/dataproc-mcp/compare/v2.1.0...v2.1.1) (2025-06-03)
1127

1228

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dipseth/dataproc-mcp-server",
3-
"version": "2.1.1",
3+
"version": "3.0.0",
44
"description": "A production-ready Model Context Protocol (MCP) server for Google Cloud Dataproc operations. Provides intelligent defaults, comprehensive tooling, and seamless integration with Roo (VS Code) for big data workflows.",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)