From 498d5c1e309bf534a18fa0980dd11a0714d6ec3b Mon Sep 17 00:00:00 2001 From: bendtherules Date: Thu, 23 Apr 2026 10:15:46 +0530 Subject: [PATCH] 0.0.15 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2795281..8465835 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ask262", - "version": "0.0.14", + "version": "0.0.15", "mcpName": "io.github.bendtherules/ask262", "description": "MCP server for understanding Javascript internals from ECMAScript specification. Provides vector search over the ECMAScript spec, section content retrieval, and JavaScript code execution with spec section tracing via engine262.", "packageManager": "bun@1.2.8",