Skip to content

Commit 176ee4c

Browse files
chore(release): 4.2.2 [skip ci]
## [4.2.2](v4.2.1...v4.2.2) (2025-06-10) ### πŸ› Bug Fixes * resolve DATAPROC_CONFIG_PATH environment variable handling ([19f039d](19f039d)) * resolve DATAPROC_CONFIG_PATH environment variable handling ([#29](#29)) ([b71d67a](b71d67a)) ### πŸ“š Documentation * update documentation for v4.2.1 ([b328461](b328461))
1 parent b71d67a commit 176ee4c

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

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

10+
## [4.2.2](https://github.com/dipseth/dataproc-mcp/compare/v4.2.1...v4.2.2) (2025-06-10)
11+
12+
13+
### πŸ› Bug Fixes
14+
15+
* resolve DATAPROC_CONFIG_PATH environment variable handling ([19f039d](https://github.com/dipseth/dataproc-mcp/commit/19f039df3632dc564d43bb45ae1821d341cefebd))
16+
* resolve DATAPROC_CONFIG_PATH environment variable handling ([#29](https://github.com/dipseth/dataproc-mcp/issues/29)) ([b71d67a](https://github.com/dipseth/dataproc-mcp/commit/b71d67aa07e248715d7d2cb19095d50a7eea832d))
17+
18+
19+
### πŸ“š Documentation
20+
21+
* update documentation for v4.2.1 ([b328461](https://github.com/dipseth/dataproc-mcp/commit/b328461fabe3c3ceab54ea7f08dd1088211eeb64))
22+
1023
## [4.2.1](https://github.com/dipseth/dataproc-mcp/compare/v4.2.0...v4.2.1) (2025-06-10)
1124

1225

β€Ž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": "4.2.1",
3+
"version": "4.2.2",
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": "[\"mcp\", \"dataproc\", \"google-cloud\", \"model-context-protocol\", \"typescript\", \"nodejs\"]",

0 commit comments

Comments
Β (0)