We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d374664 + 29c5a40 commit 1cb3338Copy full SHA for 1cb3338
.changeset/chubby-signs-battle.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @iqai/mcp-telegram
2
3
+## 0.1.1
4
+
5
+### Patch Changes
6
7
+- 00e702f: fix a minor bug in sampling & update package desc
8
9
## 0.1.0
10
11
### Minor Changes
package.json
@@ -1,13 +1,15 @@
{
"name": "@iqai/mcp-telegram",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "A MCP server for Telegram.",
"main": "dist/index.js",
"type": "module",
"bin": {
"mcp-telegram": "dist/index.js"
},
- "files": ["dist"],
+ "files": [
+ "dist"
12
+ ],
13
"scripts": {
14
"build": "tsc && shx chmod +x dist/index.js",
15
"prepare": "husky",
0 commit comments