From 48063e4b7fcdb4a8467a91bbce4bba5e2eeb94e5 Mon Sep 17 00:00:00 2001 From: ginnoir Date: Tue, 2 Jun 2026 03:48:52 -0500 Subject: [PATCH] chore: release v0.4.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 110b604..c864a3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.4.4](https://github.com/ginnoir/famapp/compare/v0.4.3...v0.4.4) (2026-06-02) + +### Bug Fixes + +- **garden:** remove trailing slashes from openplantbook api urls and update label ([c744921](https://github.com/ginnoir/famapp/commit/c744921e6cfcf0269992cfd9afea47cc55082602)) + ## [0.4.3](https://github.com/ginnoir/famapp/compare/v0.4.2...v0.4.3) (2026-06-02) ### Bug Fixes diff --git a/package.json b/package.json index c930531..634698c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "famapp", - "version": "0.4.3", + "version": "0.4.4", "private": true, "type": "module", "packageManager": "pnpm@10.33.3",