import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_12 = VersionInfo.of({ version: '0.2.12:0', releaseNotes: { en_US: 'Clearnet performance: gzip compression on all responses (the ~320KB app bundle drops to ~90KB over the wire) and long-lived browser caching of content-hashed assets, so repeat visits are near-instant. No data changes.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })