13 lines
397 B
TypeScript
13 lines
397 B
TypeScript
import { VersionInfo } from '@start9labs/start-sdk'
|
|
|
|
export const v_0_2_120 = VersionInfo.of({
|
|
version: '0.2.120:0',
|
|
releaseNotes: {
|
|
en_US: 'Self-serve Pro/Max purchase backend: BTCPay tier-invoice endpoint, settle webhook extends the prepaid period, and a tier-plans pricing endpoint.',
|
|
},
|
|
migrations: {
|
|
up: async ({ effects }) => {},
|
|
down: async ({ effects }) => {},
|
|
},
|
|
})
|