diff --git a/.changeset/zap-battery-source-toggle.md b/.changeset/zap-battery-source-toggle.md deleted file mode 100644 index 77aa869a..00000000 --- a/.changeset/zap-battery-source-toggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ftw": patch ---- - -Add a Settings control that disables duplicate battery readings from multi-resource gateways such as Sourceful Zap. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b971cbe..1461d290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.10.5 + +### Patch Changes + +- c563cb5: Add a Settings control that disables duplicate battery readings from multi-resource gateways such as Sourceful Zap. + ## 1.10.4 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 0ac57bab..33f399c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ftw", - "version": "1.10.4", + "version": "1.10.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ftw", - "version": "1.10.4", + "version": "1.10.5", "devDependencies": { "@changesets/cli": "^2.27.10" } diff --git a/package.json b/package.json index d6c80c0d..e79a9abb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ftw", - "version": "1.10.4", + "version": "1.10.5", "private": true, "type": "module", "description": "FTW — local-first home energy coordination. Version metadata only; the runtime is Go and the mathematical planner is Python/CVXPY.",