From daced661c4878ac020528bce2637479e651419df Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Tue, 17 Dec 2024 19:58:55 +0100 Subject: [PATCH] release: 0.21.0 --- .version | 2 +- CHANGELOG.md | 12 ++++++++++++ frontend/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 847e9ae..8854156 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.20.1 +0.21.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fb8e61..5d0b691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.20.1...v) (2024-12-17) + + +### Features + +* improve error state design for login page ([0716c38](https://github.com/stonith404/pocket-id/commit/0716c38fb8ce7fa719c7fe0df750bdb213786c21)) + + +### Bug Fixes + +* OIDC client logo gets removed if other properties get updated ([789d939](https://github.com/stonith404/pocket-id/commit/789d9394a533831e7e2fb8dc3f6b338787336ad8)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.20.0...v) (2024-12-13) diff --git a/frontend/package.json b/frontend/package.json index 3133730..9033481 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.20.1", + "version": "0.21.0", "private": true, "scripts": { "dev": "vite dev --port 3000",