release: 0.26.0

This commit is contained in:
Elias Schneider
2025-01-20 11:23:52 +01:00
parent 8a1db0cb4a
commit 6e44b5e367
3 changed files with 14 additions and 2 deletions

View File

@@ -1 +1 @@
0.25.1
0.26.0

View File

@@ -1,3 +1,15 @@
## [](https://github.com/stonith404/pocket-id/compare/v0.25.1...v) (2025-01-20)
### Features
* support wildcard callback URLs ([8a1db0c](https://github.com/stonith404/pocket-id/commit/8a1db0cb4a5d4b32b4fdc19d41fff688a7c71a56))
### Bug Fixes
* non LDAP users get created with a empty LDAP ID string ([3f02d08](https://github.com/stonith404/pocket-id/commit/3f02d081098ad2caaa60a56eea4705639f80d01f))
## [](https://github.com/stonith404/pocket-id/compare/v0.25.0...v) (2025-01-19)

View File

@@ -1,6 +1,6 @@
{
"name": "pocket-id-frontend",
"version": "0.25.1",
"version": "0.26.0",
"private": true,
"scripts": {
"dev": "vite dev --port 3000",