This commit is contained in:
2026-06-21 12:16:41 +12:00
parent 87878e70fc
commit c9f233dc0e
5 changed files with 199 additions and 72 deletions
+9 -1
View File
@@ -18,7 +18,15 @@ export const APP_VERSION: string = packageInfo.version;
export const changelog: ChangelogEntry[] = [
{
version: '0.1.32',
version: '0.1.34',
date: '2026-06-21',
highlights: [
'App: Bug fixes & improvements.',
'App: General improvements.'
]
},
{
version: '0.1.33',
date: '2026-06-21',
highlights: [
'App: Mix Calculator & Ingredients improvements.',