1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 13:21:45 +00:00

release: 1.13.1

This commit is contained in:
Elias Schneider
2025-10-07 08:21:41 +02:00
parent cbf0e3117d
commit f2dfb3da5d
3 changed files with 15 additions and 2 deletions

View File

@@ -1 +1 @@
1.13.0 1.13.1

View File

@@ -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 ## v1.13.0
### Bug Fixes ### Bug Fixes

View File

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