diff --git a/src/index.ts b/src/index.ts index 5178474..131c0d8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,7 +8,10 @@ * The root entry intentionally exports almost nothing so importing it never * pulls framework code (next/react/supabase) into your bundle. */ -export const STACK_VERSION = "0.1.3"; +// Kept in step with package.json by hand; tests/contract asserts they match, +// so a release that bumps one and not the other fails there rather than +// shipping a package that misreports its own version. +export const STACK_VERSION = "0.2.0"; export const STACK_MODULES = [ "referrals", "email",