Skip to content

Commit 834ed16

Browse files
committed
chore(release): 0.5.0
1 parent 8dcee61 commit 834ed16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeanalyzer-typescript",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "CLDK TypeScript analyzer — emits the canonical CLDK analysis.json (symbol table + resolver-based call graph) via ts-morph.",
55
"type": "module",
66
"module": "src/index.ts",

src/utils/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
* the analyzer invalidates stale per-file Modules (whose source is unchanged but whose extracted
44
* shape may differ across analyzer versions).
55
*/
6-
export const ANALYZER_VERSION = "0.1.0";
6+
export const ANALYZER_VERSION = "0.5.0";

0 commit comments

Comments
 (0)