Skip to content

Commit 59ced41

Browse files
chore(main): release 1.3.3 (#271)
🤖 I have created a release *beep* *boop* --- ## [1.3.3](v1.3.2...v1.3.3) (2026-07-27) ### Changed * **deps:** bump google-auth-library from 10.9.0 to 10.9.1 in the production-dependencies group across 1 directory ([#266](#266)) ([80e9029](80e9029)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: klodr-release-please[bot] <282976459+klodr-release-please[bot]@users.noreply.github.com>
1 parent 80e9029 commit 59ced41

6 files changed

Lines changed: 14 additions & 7 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.2"
2+
".": "1.3.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.3](https://github.com/klodr/gmail-mcp/compare/v1.3.2...v1.3.3) (2026-07-27)
9+
10+
11+
### Changed
12+
13+
* **deps:** bump google-auth-library from 10.9.0 to 10.9.1 in the production-dependencies group across 1 directory ([#266](https://github.com/klodr/gmail-mcp/issues/266)) ([80e9029](https://github.com/klodr/gmail-mcp/commit/80e9029a9acc3bc0c33023f94ae96f2f8ee559eb))
14+
815
## [1.3.2](https://github.com/klodr/gmail-mcp/compare/v1.3.1...v1.3.2) (2026-07-27)
916

1017

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": "@klodr/gmail-mcp",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Gmail MCP server — scope-gated tools + attachment/download path jails + supply-chain hardening. Fork of GongRzhe/Gmail-MCP-Server via ArtyMcLabin's intermediate fork.",
55
"type": "module",
66
"main": "dist/index.js",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
33
"name": "io.github.klodr/gmail-mcp",
44
"description": "Gmail MCP server — scope-gated tools (read-only / send-only / modify) with attachment and download path jails, OAuth credentials hardened to 0o600, supply-chain hardening (Sigstore attestations + SPDX/CycloneDX SBOMs + npm provenance).",
5-
"version": "1.3.2",
5+
"version": "1.3.3",
66
"repository": {
77
"url": "https://github.com/klodr/gmail-mcp",
88
"source": "github"
@@ -11,7 +11,7 @@
1111
{
1212
"registryType": "npm",
1313
"identifier": "@klodr/gmail-mcp",
14-
"version": "1.3.2",
14+
"version": "1.3.3",
1515
"transport": {
1616
"type": "stdio"
1717
},

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {
2929
// Mirrors the same convention used in
3030
// klodr/mercury-invoicing-mcp/src/server.ts:VERSION and
3131
// klodr/faxdrop-mcp/src/server.ts:VERSION.
32-
export const VERSION = "1.3.2"; // x-release-please-version
32+
export const VERSION = "1.3.3"; // x-release-please-version
3333

3434
export interface ServerOptions {
3535
/**

0 commit comments

Comments
 (0)