From bea0c0407d9738cd9b0f61e413143911adddbf10 Mon Sep 17 00:00:00 2001 From: Ulas Kalayci Date: Tue, 28 Apr 2026 15:50:33 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20release=20v0.30.1=20=E2=80=94=20el.jso?= =?UTF-8?q?n=20typo=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 8 +++++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b5292..54f80f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.30.1] - 2026-04-28 + +### Fixed +- i18n/el: corrected typo `Διδαγραφή` → `Διαγραφή` in `recipes.deleteConfirm` (fix was missing from v0.30.0 release build) + ## [0.30.0] - 2026-04-28 ### Added @@ -14,9 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - i18n: `emptyHint.recipes` added to all updated locales; Ukrainian locale additionally gains full `emptyHint` translations for all modules - i18n: `nav.recipes` translated in all 13 locales -### Fixed -- i18n/el: corrected typo `Διδαγραφή` → `Διαγραφή` in `recipes.deleteConfirm` - ## [0.29.3] - 2026-04-28 ### Fixed diff --git a/package-lock.json b/package-lock.json index d5213fd..363604f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oikos", - "version": "0.30.0", + "version": "0.30.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "oikos", - "version": "0.30.0", + "version": "0.30.1", "license": "MIT", "dependencies": { "bcrypt": "^6.0.0", diff --git a/package.json b/package.json index 0eccefe..b21ce35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oikos", - "version": "0.30.0", + "version": "0.30.1", "description": "Self-hosted family planner - calendar, tasks, shopping, meal planning, budget and more. Private, open-source, no subscription.", "main": "server/index.js", "type": "module",