Files

13 lines
487 B
TypeScript

import { VersionInfo } from '@start9labs/start-sdk'
export const v_0_2_121 = VersionInfo.of({
version: '0.2.121:0',
releaseNotes: {
en_US: 'Card payment rail (Zaprite): hosted-checkout order endpoint + re-fetch-verified webhook that extends the prepaid period, Set Zaprite Connection action with fiat card pricing, and tier-plans now reports card availability + fiat prices.',
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})