export const version = "b-0.4.5"; const User = ({ user }: { user: string }) => ( {user} ); export const Changelog = () => ( <>
Version b-0.4.5 (July 26th 2024):

Version b-0.4 (July 25th 2024):

Version b-0.3 (July 23th 2024):

Version b-0.2 (July 23th 2024):
);