release: WRNexusJS 0.3.6

This commit is contained in:
2026-07-24 15:30:48 +05:30
parent c81dedff17
commit d0aded0392
60 changed files with 107 additions and 99 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.3.5",
"version": "0.3.6",
"type": "module",
"main": "src/index.ts",
"exports": {
+8
View File
@@ -993,6 +993,14 @@ const MIGRATIONS: Migration[] = [
// Compiler-only fix. Existing WRN source files require no migration.
},
},
{
version: "0.3.6",
id: "new-component-added",
description: "UI component Added.",
apply() {
// Compiler-only fix. Existing WRN source files require no migration.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */