Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fix-find-imported-account-scope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-baboons-switch.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down