Skip to content

Commit a5ae5ea

Browse files
committed
chore: release v1.5.2
1 parent 10ab8d4 commit a5ae5ea

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

gen-context.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3224,7 +3224,7 @@ const path = require('path');
32243224
const os = require('os');
32253225
const { execSync } = require('child_process');
32263226

3227-
const VERSION = '1.5.1';
3227+
const VERSION = '1.5.2';
32283228
const MARKER = '\n\n## Auto-generated signatures\n<!-- Updated by gen-context.js -->\n';
32293229

32303230
// ---------------------------------------------------------------------------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sigmap",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Zero-dependency AI context engine — 97% token reduction. No npm install. Runs on Node 18+.",
55
"main": "gen-context.js",
66
"bin": {

src/mcp/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const { readContext, searchSignatures, getMap, createCheckpoint, getRouting, exp
1818

1919
const SERVER_INFO = {
2020
name: 'sigmap',
21-
version: '1.5.1',
21+
version: '1.5.2',
2222
description: 'SigMap MCP server — code signatures on demand',
2323
};
2424

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sigmap",
33
"displayName": "SigMap — AI Context Engine",
44
"description": "97% token reduction for Copilot, Claude & Cursor. Extracts code signatures from 21 languages into copilot-instructions.md automatically.",
5-
"version": "1.5.1",
5+
"version": "1.5.2",
66
"publisher": "manojmallick",
77
"engines": {
88
"vscode": "^1.85.0"

0 commit comments

Comments
 (0)