release: 1.14.1

This commit is contained in:
Elias Schneider
2025-10-27 14:07:34 +01:00
parent 65616f65e5
commit 73392b5837
3 changed files with 12 additions and 2 deletions

View File

@@ -1 +1 @@
1.14.0
1.14.1

View File

@@ -1,3 +1,13 @@
## v1.14.1
### Bug Fixes
- Prevent blinding FOUC in dark mode ([#1054](https://github.com/pocket-id/pocket-id/pull/1054) by @mufeedali)
- use credProps to save passkey on firefox android ([#1055](https://github.com/pocket-id/pocket-id/pull/1055) by @lhoursquentin)
- ignore trailing slashes in `APP_URL` ([65616f6](https://github.com/pocket-id/pocket-id/commit/65616f65e53f3e62d18a8209929e68ddc8d2b9b8) by @stonith404)
**Full Changelog**: https://github.com/pocket-id/pocket-id/compare/v1.14.0...v1.14.1
## v1.14.0
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "pocket-id-frontend",
"version": "1.14.0",
"version": "1.14.1",
"private": true,
"type": "module",
"scripts": {