@overpod/mcp-telegram 1.40.0 → 1.41.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.41.0](https://github.com/mcp-telegram/mcp-telegram/compare/v1.40.0...v1.41.0) (2026-06-26)
9
+
10
+
11
+ ### Added
12
+
13
+ * **registry:** publish to the official MCP Registry via GitHub OIDC ([a4f1a71](https://github.com/mcp-telegram/mcp-telegram/commit/a4f1a71f5ca17f7b8deb8eb6bce120c869191e93))
14
+
15
+
16
+ ### Fixed
17
+
18
+ * **registry:** checkout default ref, not the tag, for metadata publish ([c49a913](https://github.com/mcp-telegram/mcp-telegram/commit/c49a913d55644eb3eee6797acc3cde0cc1375e70))
19
+
8
20
  ## [1.40.0](https://github.com/mcp-telegram/mcp-telegram/compare/v1.39.1...v1.40.0) (2026-06-23)
9
21
 
10
22
 
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@overpod/mcp-telegram",
3
- "version": "1.40.0",
3
+ "version": "1.41.0",
4
+ "mcpName": "io.github.mcp-telegram/mcp-telegram",
4
5
  "description": "MCP server for Telegram userbot — messages, media, reactions, polls & more. Built on GramJS/MTProto.",
5
6
  "type": "module",
6
7
  "main": "dist/index.js",
@@ -71,8 +72,8 @@
71
72
  "zod": "^4.4.3"
72
73
  },
73
74
  "devDependencies": {
74
- "@biomejs/biome": "^2.5.0",
75
- "@types/node": "^26.0.0",
75
+ "@biomejs/biome": "^2.5.1",
76
+ "@types/node": "^26.0.1",
76
77
  "@types/qrcode": "^1.5.6",
77
78
  "c8": "^11.0.0",
78
79
  "tsx": "^4.22.4",