diff --git a/.changeset/fix-forward-transfer-dedup.md b/.changeset/fix-forward-transfer-dedup.md deleted file mode 100644 index 42acb92..0000000 --- a/.changeset/fix-forward-transfer-dedup.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tim-smart/actualbudget-sync": patch ---- - -fix: (UP) prevent duplicate counterpart transactions when syncing shared accounts diff --git a/.changeset/fix-up-held-settled-duplicate.md b/.changeset/fix-up-held-settled-duplicate.md deleted file mode 100644 index 2b97878..0000000 --- a/.changeset/fix-up-held-settled-duplicate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tim-smart/actualbudget-sync": patch ---- - -fix(up): prevent duplicate transactions when a HELD transaction settles diff --git a/.changeset/fix-up-use-created-at-date.md b/.changeset/fix-up-use-created-at-date.md deleted file mode 100644 index 11bed79..0000000 --- a/.changeset/fix-up-use-created-at-date.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tim-smart/actualbudget-sync": patch ---- - -fix(up): use transaction creation date instead of settlement date diff --git a/CHANGELOG.md b/CHANGELOG.md index c5bc409..9ce41b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @tim-smart/actualbudget-sync +## 0.4.11 + +### Patch Changes + +- [#58](https://github.com/tim-smart/actualbudget-sync/pull/58) [`b237a8e`](https://github.com/tim-smart/actualbudget-sync/commit/b237a8eb57bfe628bca5832c7cdf3557441a1408) Thanks [@alecpirillo](https://github.com/alecpirillo)! - fix: (UP) prevent duplicate counterpart transactions when syncing shared accounts + +- [#56](https://github.com/tim-smart/actualbudget-sync/pull/56) [`41bde35`](https://github.com/tim-smart/actualbudget-sync/commit/41bde35ebdf72c3788efa3962fb9c425831530bc) Thanks [@alecpirillo](https://github.com/alecpirillo)! - fix(up): prevent duplicate transactions when a HELD transaction settles + +- [#59](https://github.com/tim-smart/actualbudget-sync/pull/59) [`5ee17ea`](https://github.com/tim-smart/actualbudget-sync/commit/5ee17ea56244091ec4e032f8fc1129de7a3302cc) Thanks [@alecpirillo](https://github.com/alecpirillo)! - fix(up): use transaction creation date instead of settlement date + ## 0.4.10 ### Patch Changes diff --git a/package.json b/package.json index 41003de..a942b10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tim-smart/actualbudget-sync", - "version": "0.4.10", + "version": "0.4.11", "description": "CLI for syncing banks with Actual Budget", "type": "module", "publishConfig": {