Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 6, 2024
1 parent c75bf3e commit fff7213
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## 1.1.1 (2024-08-06)

#### Bug Fixes

* useffect dependencies on saveBudget() (94e9f797)
* history button disabled after history change (04354a1a)

#### Tests

* disable flaky test (c75bf3e9)

#### Chores

* **release:** 1.1.0 (b74c2388)

#### CI

* merge docker and release actions (d7c728e9)
* use correct action (df3901a0)
* upload release bundle to gh release (9b0923b1)
* fix package name (9cc09730)
* remove context field (dabeec34)
* add qemu (3258cb3b)
* fix perms, use buildx (7f3bc64d)


## 1.1.0 (2024-08-03)

#### Feature
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
"test": "vitest --exclude 'e2e'"
},
"type": "module",
"version": "1.1.0"
"version": "1.1.1"
}

0 comments on commit fff7213

Please sign in to comment.