Files
recap-relay/startos/versions/v0.2.122.ts
T

13 lines
532 B
TypeScript

import { VersionInfo } from '@start9labs/start-sdk'
export const v_0_2_122 = VersionInfo.of({
version: '0.2.122:0',
releaseNotes: {
en_US: 'Fix: re-polishing internal-meeting summaries after renaming speakers now re-attributes to the corrected names — the polish transcript is labeled with the operator\'s names and the prompt treats the speaker roster as authoritative over any stale names in the original summaries.',
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})