feat: add changelog
This commit is contained in:
parent
75abe1a897
commit
61b69d1026
6 changed files with 56 additions and 1 deletions
|
|
@ -12,3 +12,5 @@ const initialThemeValue = browser
|
|||
: defaultThemeValue;
|
||||
|
||||
export const themeStore = writable<string>(initialThemeValue);
|
||||
|
||||
export const CURRENT_CHANGELOG = "0.4.0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue