Skip to content

Commit 5a9fc15

Browse files
agoose77fwkoch
authored andcommitted
feat: bump version
1 parent bf2493b commit 5a9fc15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SPEC_VERSION = 2;
1+
export const SPEC_VERSION = 3;

packages/myst-migrate/src/v3_outputs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { selectAll } from 'unist-util-select';
22
import type { IFile } from './types.js';
33

44
export const VERSION = 3;
5-
export const DATE = new Date(Date.parse('2025-04-09'));
5+
export const DATE = new Date(Date.parse('2025-07-30'));
66

77
export const DESCRIPTION = `
88
\`Output\` nodes previously could not represent AST trees for each output.

0 commit comments

Comments
 (0)