We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cba6e1 commit 079dd69Copy full SHA for 079dd69
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.9.1](https://github.com/FatahChan/finflow/compare/0.9.0...0.9.1) (2025-09-19)
4
+
5
6
+### Bug Fixes
7
8
+* auto-close dialog after account creation and handle currency exchange edge cases ([18f538d](https://github.com/FatahChan/finflow/commit/18f538d69d744208cc91eee94b494fe14ae7087c))
9
10
# [0.9.0](https://github.com/FatahChan/finflow/compare/0.8.2...0.9.0) (2025-08-25)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "finflow-start",
"private": true,
- "version": "0.9.0",
+ "version": "0.9.1",
"type": "module",
"scripts": {
"dev": "vite dev",
0 commit comments