v0.1.1 — Garden: edit and delete plants

This commit is contained in:
Bonna Moon
2026-06-15 16:58:03 -05:00
parent eb43ec37a0
commit 78728963f4
11 changed files with 9650 additions and 3 deletions

View File

@@ -8,6 +8,11 @@ export type ChangelogEntry = {
};
export const CHANGELOG: ChangelogEntry[] = [
{
version: "0.1.1",
date: "2026-06-15",
changes: ["Garden: edit and delete buttons on each plant's page."],
},
{
version: "0.1.0",
date: "2026-06-15",