From 47a74c7ec9e06fb46442679ba381525a385c1d40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 04:03:00 +0000 Subject: [PATCH] Version Packages --- .changeset/fix-find-imported-account-scope.md | 5 ----- .changeset/gentle-baboons-switch.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/fix-find-imported-account-scope.md delete mode 100644 .changeset/gentle-baboons-switch.md diff --git a/.changeset/fix-find-imported-account-scope.md b/.changeset/fix-find-imported-account-scope.md deleted file mode 100644 index fc9d312..0000000 --- a/.changeset/fix-find-imported-account-scope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tim-smart/actualbudget-sync": patch ---- - -Fix duplicate and missing transactions when the same account is included in multiple sync runs diff --git a/.changeset/gentle-baboons-switch.md b/.changeset/gentle-baboons-switch.md deleted file mode 100644 index 519e97e..0000000 --- a/.changeset/gentle-baboons-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tim-smart/actualbudget-sync": patch ---- - -Add rate limiter to up bank diff --git a/CHANGELOG.md b/CHANGELOG.md index c246261..c5bc409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @tim-smart/actualbudget-sync +## 0.4.10 + +### Patch Changes + +- [#54](https://github.com/tim-smart/actualbudget-sync/pull/54) [`2926328`](https://github.com/tim-smart/actualbudget-sync/commit/2926328747a72c3413833c3bdef2e6dda56775d6) Thanks [@alecpirillo](https://github.com/alecpirillo)! - Fix duplicate and missing transactions when the same account is included in multiple sync runs + +- [#52](https://github.com/tim-smart/actualbudget-sync/pull/52) [`70bfad5`](https://github.com/tim-smart/actualbudget-sync/commit/70bfad54a480a49e597c251e0083af20a3b22d03) Thanks [@tim-smart](https://github.com/tim-smart)! - Add rate limiter to up bank + ## 0.4.9 ### Patch Changes diff --git a/package.json b/package.json index 8e45a33..5da877a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tim-smart/actualbudget-sync", - "version": "0.4.9", + "version": "0.4.10", "description": "CLI for syncing banks with Actual Budget", "type": "module", "publishConfig": {