diff --git a/.version b/.version index 8854156..2157409 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.21.0 +0.22.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d0b691..9400e06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.21.0...v) (2025-01-01) + + +### Features + +* add warning if passkeys missing ([2d0bd8d](https://github.com/stonith404/pocket-id/commit/2d0bd8dcbfb73650b7829cb66f40decb284bd73b)) + + +### Bug Fixes + +* allow first and last name of user to be between 1 and 50 characters ([1ff20ca](https://github.com/stonith404/pocket-id/commit/1ff20caa3ccd651f9fb30f958ffb807dfbbcbd8a)) +* hash in callback url is incorrectly appended ([f6f2736](https://github.com/stonith404/pocket-id/commit/f6f2736bba65eee017f2d8cdaa70621574092869)) +* make user validation consistent between pages ([333a1a1](https://github.com/stonith404/pocket-id/commit/333a1a18d59f675111f4ed106fa5614ef563c6f4)) +* passkey can't be added if `PUBLIC_APP_URL` includes a port ([0729ce9](https://github.com/stonith404/pocket-id/commit/0729ce9e1a8dab9912900a01dcd0fbd892718a1a)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.20.1...v) (2024-12-17) diff --git a/frontend/package.json b/frontend/package.json index 9033481..2a59a53 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.21.0", + "version": "0.22.0", "private": true, "scripts": { "dev": "vite dev --port 3000",