Files

13 lines
384 B
TypeScript

import { VersionInfo } from '@start9labs/start-sdk'
export const v_0_2_123 = VersionInfo.of({
version: '0.2.123:0',
releaseNotes: {
en_US: 'Add operator-keyed GET /relay/expiring-subscriptions so the Recaps app can email users before their prepaid Pro/Max period expires.',
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})