From f2dfb3da5db729824eec6111fff98eec9a072726 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Tue, 7 Oct 2025 08:21:41 +0200 Subject: [PATCH] release: 1.13.1 --- .version | 2 +- CHANGELOG.md | 13 +++++++++++++ frontend/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.version b/.version index feaae22b..b50dd27d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.13.0 +1.13.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ec950d..cbf3b0c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## v1.13.1 + +### Bug Fixes + +- uploading a client logo with an URL fails ([#1008](https://github.com/pocket-id/pocket-id/pull/1008) by @CzBiX) +- mark any callback url as valid if they contain a wildcard ([#1006](https://github.com/pocket-id/pocket-id/pull/1006) by @stonith404) + +### Other + +- cleanup root of repo, update workflow actions ([#1003](https://github.com/pocket-id/pocket-id/pull/1003) by @kmendell) + +**Full Changelog**: https://github.com/pocket-id/pocket-id/compare/v1.13.0...v1.13.1 + ## v1.13.0 ### Bug Fixes diff --git a/frontend/package.json b/frontend/package.json index 98c277e1..f6233a64 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "1.13.0", + "version": "1.13.1", "private": true, "type": "module", "scripts": {