import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_154 = VersionInfo.of({ version: '0.2.154:0', releaseNotes: { en_US: 'Subscription expiry reminders: a daily scan emails users a 7-day and 1-day heads-up before their prepaid Pro/Max period ends, plus a lapsed notice, via the recaps.cc SMTP. Adds a Renew deep-link and an operator test trigger.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })