From f767dfd109d9ccf576b13829eb67d1593abf8e1d Mon Sep 17 00:00:00 2001 From: bendtherules Date: Thu, 23 Apr 2026 10:15:02 +0530 Subject: [PATCH] 0.0.14 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 720f56a..2795281 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ask262", - "version": "0.0.13", + "version": "0.0.14", "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",