From 7d0f02996fd8e6488e9adf32bef5a272fdf55814 Mon Sep 17 00:00:00 2001 From: ginnoir Date: Tue, 2 Jun 2026 03:25:03 -0500 Subject: [PATCH] chore: release v0.4.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce6a228..110b604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.4.3](https://github.com/ginnoir/famapp/compare/v0.4.2...v0.4.3) (2026-06-02) + +### Bug Fixes + +- **garden:** replace perenual with openplantbook for species lookup ([8722c20](https://github.com/ginnoir/famapp/commit/8722c205e6257a0590b48d0a858ad71d56ab07ac)) + All notable changes to famapp are documented here. ## [0.3.0](https://github.com/ginnoir/famapp/compare/v0.2.0...v0.3.0) (2026-06-01) diff --git a/package.json b/package.json index c71ff98..c930531 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "famapp", - "version": "0.4.2", + "version": "0.4.3", "private": true, "type": "module", "packageManager": "pnpm@10.33.3",