From 73392b5837e89a54c699d74c1f5f9ea39cfe6f62 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Mon, 27 Oct 2025 14:07:34 +0100 Subject: [PATCH] release: 1.14.1 --- .version | 2 +- CHANGELOG.md | 10 ++++++++++ frontend/package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 850e7424..63e799cf 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.14.0 +1.14.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index c5c51686..146d8af7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/frontend/package.json b/frontend/package.json index c8a5e419..0683b4c5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "1.14.0", + "version": "1.14.1", "private": true, "type": "module", "scripts": {