We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1752e commit 161a336Copy full SHA for 161a336
2 files changed
.github/workflows/npm-publish.yml
@@ -5,6 +5,9 @@ name: Node.js Package
5
6
on:
7
workflow_dispatch: {}
8
+ push:
9
+ branches:
10
+ - main
11
release:
12
types: [created]
13
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hyper-mcp-shell",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "A shell for the ModelContextProtocol",
"module": "index.mjs",
"bin": {
0 commit comments