We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158da9e commit 1abf285Copy full SHA for 1abf285
.github/workflows/main.yml
@@ -412,6 +412,8 @@ jobs:
412
echo "✅ Successfully published packages to npm"
413
echo " Main: @sqliteai/sqlite-mcp@${{ steps.tag.outputs.version }}"
414
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
415
+ env:
416
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
417
418
- uses: softprops/[email protected]
419
if: steps.tag.outputs.version != ''
src/sqlite-mcp.h
@@ -27,7 +27,7 @@
27
extern "C" {
28
#endif
29
30
-#define SQLITE_MCP_VERSION "0.1.0"
+#define SQLITE_MCP_VERSION "0.1.1"
31
32
/**
33
* SQLite extension entry point
0 commit comments