Files
recap/startos/versions/v0.1.17.ts
T
Keysat f6c1a1e830 Bump version to 0.1.17
See pending notes
2026-05-08 12:26:53 -05:00

13 lines
522 B
TypeScript

import { VersionInfo } from '@start9labs/start-sdk'
export const v_0_1_17 = VersionInfo.of({
version: '0.1.17:0',
releaseNotes: {
en_US: 'Persistent upgrade banner now shows for any non-Pro user (was unlicensed-only). Fix Settings modal silently failing to open by surfacing render-time exceptions instead of leaving the DOM frozen. Reword library/subs toasts to drop the misleading "tap Upgrade" instruction.',
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})