From e9b2d981b7461e021d7f72a06359fce34709fb63 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Tue, 18 Mar 2025 21:04:53 +0100 Subject: [PATCH] release: 0.41.0 --- .version | 2 +- CHANGELOG.md | 12 ++++++++++++ frontend/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.version b/.version index d0a19154..72a8a631 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.40.1 +0.41.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index cdbda094..2f5a8c80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [](https://github.com/pocket-id/pocket-id/compare/v0.40.1...v) (2025-03-18) + + +### Features + +* **profile-picture:** allow reset of profile picture ([#355](https://github.com/pocket-id/pocket-id/issues/355)) ([8f14618](https://github.com/pocket-id/pocket-id/commit/8f146188d57b5c08a4c6204674c15379232280d8)) + + +### Bug Fixes + +* own avatar not loading ([#351](https://github.com/pocket-id/pocket-id/issues/351)) ([0423d35](https://github.com/pocket-id/pocket-id/commit/0423d354f533d2ff4fd431859af3eea7d4d7044f)) + ## [](https://github.com/pocket-id/pocket-id/compare/v0.40.0...v) (2025-03-16) diff --git a/frontend/package.json b/frontend/package.json index 6f0244ba..9403cd7a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.40.1", + "version": "0.41.0", "private": true, "type": "module", "scripts": {