feat: add changelog

This commit is contained in:
Sam 2023-04-20 10:28:07 +02:00
parent 75abe1a897
commit 61b69d1026
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
6 changed files with 56 additions and 1 deletions

View file

@ -12,3 +12,5 @@ const initialThemeValue = browser
: defaultThemeValue;
export const themeStore = writable<string>(initialThemeValue);
export const CURRENT_CHANGELOG = "0.4.0";