import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_142 = VersionInfo.of({ version: '0.2.142:0', releaseNotes: { en_US: "Audio player follow-along transcript now shows just the section you're listening to, rather than the whole recap's transcript — so you can't scroll off into unrelated future sections. If you turn on \"Keep playing the original,\" the transcript automatically advances to the next section as playback crosses into it.", }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })