chore: release v0.1.6

This commit is contained in:
Víctor Falcón 2026-01-19 19:47:10 +01:00
parent f4ab9181e1
commit 9759113186
3 changed files with 16 additions and 3 deletions

View File

@ -1,5 +1,18 @@
# Changelog
## [0.1.6](https://github.com/whisper-money/whisper-money/compare/v0.1.5...v0.1.6) (2026-01-19)
### Bug Fixes
* MYSQL_EXTRA_OPTIONS env var ([49ed94c](https://github.com/whisper-money/whisper-money/commit/49ed94cbc7f0d55bf3fef38ce1a620449fe51e1e))
### Features
* Better, easier, and faster account balance update modal ([#65](https://github.com/whisper-money/whisper-money/issues/65)) ([f4ab918](https://github.com/whisper-money/whisper-money/commit/f4ab9181e1235885f0f8158d67de2cd719bfb0d3))
* Don't check upgrades if not in main branch or in DEV_MODE ([16a331a](https://github.com/whisper-money/whisper-money/commit/16a331ab5f654e332bfd0625f3621b99c13f61dd))
## [0.1.5](https://github.com/whisper-money/whisper-money/compare/v0.1.3...v0.1.5) (2026-01-17)
### Bug Fixes

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.5"
"version": "0.1.6"
},
"node_modules/@babel/code-frame": {
"version": "7.27.1",
@ -8414,5 +8414,5 @@
}
}
},
"version": "0.1.5"
"version": "0.1.6"
}

View File

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