Compare commits

...

1 Commits
main ... v0.1.2

Author SHA1 Message Date
Víctor Falcón 3c7cfcd149 chore: release v0.1.2 2026-01-07 14:34:20 +01:00
3 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## [0.1.2](https://github.com/whisper-money/whisper-money/compare/v0.1.1...v0.1.2) (2026-01-07)
### Bug Fixes
* issue on filters when no label created ([cb1d6a2](https://github.com/whisper-money/whisper-money/commit/cb1d6a230f0c1c0734e5267a5a4d2753f4b91cff))
## 0.1.1 (2026-01-05)

4
package-lock.json generated
View File

@ -79,7 +79,7 @@
"lightningcss-linux-x64-gnu": "^1.29.1",
"lightningcss-win32-x64-msvc": "^1.29.1"
},
"version": "0.1.1"
"version": "0.1.2"
},
"node_modules/@babel/code-frame": {
"version": "7.27.1",
@ -8414,5 +8414,5 @@
}
}
},
"version": "0.1.1"
"version": "0.1.2"
}

View File

@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "whisper-money",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"type": "module",
"scripts": {