Skip to content

Commit da7fd40

Browse files
Version Packages
1 parent 0fb6a19 commit da7fd40

5 files changed

Lines changed: 11 additions & 16 deletions

File tree

.changeset/fix-forward-transfer-dedup.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-up-held-settled-duplicate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-up-use-created-at-date.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @tim-smart/actualbudget-sync
22

3+
## 0.4.11
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
- [#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
12+
313
## 0.4.10
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tim-smart/actualbudget-sync",
3-
"version": "0.4.10",
3+
"version": "0.4.11",
44
"description": "CLI for syncing banks with Actual Budget",
55
"type": "module",
66
"publishConfig": {

0 commit comments

Comments
 (0)