import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_158 = VersionInfo.of({ version: '0.2.158:0', releaseNotes: { en_US: 'New: opt-in Daily Digest — a once-a-day email summarizing the recaps you added to your library in the last 24 hours, each as a short synthesized overview. Off by default; turn it on in Settings, and every email has a one-click unsubscribe.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })